We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680bc7b commit e5f950bCopy full SHA for e5f950b
admin_manual/installation/nginx-root.conf.sample
@@ -56,6 +56,12 @@ server {
56
client_body_timeout 300s;
57
fastcgi_buffers 64 4K;
58
59
+ # Other timeouts
60
+ proxy_connect_timeout 60s;
61
+ proxy_send_timeout 60s;
62
+ proxy_read_timeout 60s;
63
+ send_timeout 60s;
64
+
65
# Enable gzip but do not remove ETag headers
66
gzip on;
67
gzip_vary on;
admin_manual/installation/nginx-subdir.conf.sample
@@ -80,6 +80,12 @@ server {
80
81
82
83
84
85
86
87
88
89
90
91
0 commit comments