Removed caching from proxy pass and raised fastcgi send and get values to allow Nextcloud to process hugher files.

This commit is contained in:
2022-08-19 13:32:51 +02:00
parent 8179b6765d
commit 030ac15901
2 changed files with 5 additions and 43 deletions

View File

@@ -23,8 +23,8 @@ http {
#tcp_nopush on;
keepalive_timeout 65;
fastcgi_send_timeout 600s;
fastcgi_read_timeout 600s;
fastcgi_send_timeout 900s;
fastcgi_read_timeout 900s;
proxy_buffering off;
#gzip on;