removed sockjs-node configuration from nginx config

This commit is contained in:
Ulf Gebhardt 2022-01-05 12:13:40 +01:00
parent 0c5527ee9a
commit 3f6f750670
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -26,18 +26,6 @@ server {
proxy_redirect off;
}
#location /sockjs-node {
# proxy_http_version 1.1;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection 'upgrade';
# proxy_set_header X-Forwarded-For $remote_addr;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header Host $host;
#
# proxy_pass http://frontend:3000;
# proxy_redirect off;
#}
# Backend
location /graphql {
proxy_http_version 1.1;