fix: ownCloud memory limit + scootaloo v0.8.3
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user