From b3ab18a32cb48e3bfdf525821c08963c152b15bd Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 1 Jul 2024 17:17:30 +0200 Subject: [PATCH] bundles/nginx: don't cache stuff when running through php --- bundles/nginx/files/site_template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/nginx/files/site_template b/bundles/nginx/files/site_template index a60b79e..a967893 100644 --- a/bundles/nginx/files/site_template +++ b/bundles/nginx/files/site_template @@ -201,6 +201,8 @@ server { fastcgi_hide_header X-XSS-Protection; % endif fastcgi_hide_header Permissions-Policy; + fastcgi_request_buffering off; + proxy_buffering off; } % if not max_body_size: client_max_body_size 5M;