upped fastcgi_timeout to 300s

This commit is contained in:
Bram Prieshof
2020-05-01 12:31:30 +02:00
parent 28e84d2553
commit 04b67f6553

View File

@@ -10,6 +10,8 @@ add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Permitted-Cross-Domain-Policies "none" always;
add_header X-Robots-Tag "none" always;
add_header X-XSS-Protection "1; mode=block" always;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_hide_header X-Powered-By;
fastcgi_buffers 64 4K;
gzip on;