File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
admin_manual/installation Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ server {
56
56
client_body_timeout 300s;
57
57
fastcgi_buffers 64 4K;
58
58
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;
65
+
59
66
# Enable gzip but do not remove ETag headers
60
67
gzip on;
61
68
gzip_vary on;
Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ server {
82
82
client_body_timeout 300s;
83
83
fastcgi_buffers 64 4K;
84
84
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;
91
+
85
92
# Enable gzip but do not remove ETag headers
86
93
gzip on;
87
94
gzip_vary on;
You can’t perform that action at this time.
0 commit comments