File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
admin_manual/installation Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,12 @@ server {
56
56
client_body_timeout 300s;
57
57
fastcgi_buffers 64 4K;
58
58
59
- # Other timeouts
60
- proxy_connect_timeout 60s;
61
- proxy_send_timeout 60s;
62
- proxy_read_timeout 60s;
63
- send_timeout 60s;
59
+ # Proxy and client response timeouts
60
+ # Uncomment an increase these if facing timeout errors during large file uploads
61
+ #proxy_connect_timeout 60s;
62
+ #proxy_send_timeout 60s;
63
+ #proxy_read_timeout 60s;
64
+ #send_timeout 60s;
64
65
65
66
# Enable gzip but do not remove ETag headers
66
67
gzip on;
Original file line number Diff line number Diff line change @@ -82,11 +82,12 @@ server {
82
82
client_body_timeout 300s;
83
83
fastcgi_buffers 64 4K;
84
84
85
- # Other timeouts
86
- proxy_connect_timeout 60s;
87
- proxy_send_timeout 60s;
88
- proxy_read_timeout 60s;
89
- send_timeout 60s;
85
+ # Proxy and client response timeouts
86
+ # Uncomment an increase these if facing timeout errors during large file uploads
87
+ #proxy_connect_timeout 60s;
88
+ #proxy_send_timeout 60s;
89
+ #proxy_read_timeout 60s;
90
+ #send_timeout 60s;
90
91
91
92
# Enable gzip but do not remove ETag headers
92
93
gzip on;
You can’t perform that action at this time.
0 commit comments