fix: ownCloud memory limit + scootaloo v0.8.3

This commit is contained in:
VC
2024-07-05 11:53:19 +02:00
parent ecbab23b76
commit 9507bd4d5a
2 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,13 @@ server {
client_max_body_size 1000M; client_max_body_size 1000M;
client_body_timeout 300s; client_body_timeout 300s;
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;
# temporary fix for slow connection
# 2022-11-11
### TEMPORARY
proxy_connect_timeout 120;
proxy_send_timeout 600;
proxy_read_timeout 600;
### TEMPORARY
# Enable gzip but do not remove ETag headers # Enable gzip but do not remove ETag headers
gzip on; gzip on;

Binary file not shown.