bundles/nginx: don't cache stuff when running through php

This commit is contained in:
Franzi 2024-07-01 17:17:30 +02:00
parent 79bb4169a7
commit b3ab18a32c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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;