mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update nginx.conf
This commit is contained in:
parent
17cab6f11b
commit
aa52fd9034
@ -40,15 +40,14 @@ server {
|
|||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_pass http://172.17.0.1:9099;
|
proxy_pass http://172.17.0.1:9099;
|
||||||
|
|
||||||
# Required for web sockets to function
|
# Required for web sockets to function
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
|
# Pass ETag header from Cockpit to clients.
|
||||||
# Pass ETag header from Cockpit to clients.
|
# See: https://github.com/cockpit-project/cockpit/issues/5239
|
||||||
# See: https://github.com/cockpit-project/cockpit/issues/5239
|
gzip off;
|
||||||
gzip off;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /panel/ {
|
location /panel/ {
|
||||||
@ -58,16 +57,14 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_pass http://172.17.0.1:9099;
|
proxy_pass http://172.17.0.1:9099;
|
||||||
|
# Required for web sockets to function
|
||||||
# Required for web sockets to function
|
proxy_http_version 1.1;
|
||||||
proxy_http_version 1.1;
|
proxy_buffering off;
|
||||||
proxy_buffering off;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_set_header Connection "upgrade";
|
# Pass ETag header from Cockpit to clients.
|
||||||
|
# See: https://github.com/cockpit-project/cockpit/issues/5239
|
||||||
# Pass ETag header from Cockpit to clients.
|
gzip off;
|
||||||
# See: https://github.com/cockpit-project/cockpit/issues/5239
|
|
||||||
gzip off;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
location /phpmyadmin/ {
|
location /phpmyadmin/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user