formatting of nginx snippets

This commit is contained in:
openoms 2022-02-14 14:32:07 +00:00
parent e383cd9169
commit 4074b86cf7
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65
2 changed files with 3 additions and 6 deletions

View File

@ -14,11 +14,9 @@ server {
location / {
proxy_pass http://127.0.0.1:23000;
# For websockets
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
include /etc/nginx/snippets/ssl-proxy-params.conf;
}

View File

@ -13,10 +13,9 @@ server {
location / {
proxy_pass http://127.0.0.1:23000;
# For websockets
# For websockets
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection $http_connection;
include /etc/nginx/snippets/ssl-proxy-params.conf;
}