Merge branch 'master' into bionic-lxqt

This commit is contained in:
Doro Wu 2018-12-18 19:40:34 +08:00
commit 247c513519
No known key found for this signature in database
GPG Key ID: 3F2E4F1C2D4A1AA4
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ server {
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
proxy_buffering off;
proxy_connect_timeout 7d;
proxy_send_timeout 7d;
proxy_read_timeout 7d;
proxy_pass http://127.0.0.1:6081; proxy_pass http://127.0.0.1:6081;
} }