bundles/nginx: don't cache stuff when running through php
This commit is contained in:
parent
79bb4169a7
commit
b3ab18a32c
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ server {
|
||||||
fastcgi_hide_header X-XSS-Protection;
|
fastcgi_hide_header X-XSS-Protection;
|
||||||
% endif
|
% endif
|
||||||
fastcgi_hide_header Permissions-Policy;
|
fastcgi_hide_header Permissions-Policy;
|
||||||
|
fastcgi_request_buffering off;
|
||||||
|
proxy_buffering off;
|
||||||
}
|
}
|
||||||
% if not max_body_size:
|
% if not max_body_size:
|
||||||
client_max_body_size 5M;
|
client_max_body_size 5M;
|
||||||
|
|
Loading…
Reference in a new issue