fix(nextcloud): increase nginx fpm forwarding timeouts (#3122)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-10 19:47:52 +02:00
committed by GitHub
parent 5cf9e47c02
commit 72362f8ada
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.2.4
version: 15.2.5
annotations:
truecharts.org/catagories: |
- cloud
+5
View File
@@ -356,6 +356,11 @@ configmap:
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
fastcgi_send_timeout 300s;
fastcgi_read_timeout 300s;
}
location ~ \.(?:css|js|svg|gif)$ {