File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ http {
2323 server {
2424 listen 7900;
2525 location / {
26+ proxy_http_version 1.1;
2627 proxy_set_header Upgrade $http_upgrade;
2728 proxy_set_header Connection "Upgrade";
2829 proxy_pass https://backend/ws;
2930 proxy_set_header Authorization "Basic YOUR_BASE64_USERPASS";
3031 proxy_set_header Host YOUR_NODE;
3132 }
3233 }
34+
3335 server {
3436 listen 7899;
3537 location / {
Original file line number Diff line number Diff line change 2424 server {
2525 listen 7900;
2626 location / {
27+ proxy_http_version 1.1;
2728 proxy_set_header Upgrade $http_upgrade;
2829 proxy_set_header Connection "Upgrade";
2930 proxy_set_header Authorization "Bearer YOUR_AUTH_TOKEN_HERE";
Original file line number Diff line number Diff line change 2222 server {
2323 listen 7900;
2424 location / {
25+ proxy_http_version 1.1;
2526 proxy_set_header Upgrade $http_upgrade;
2627 proxy_set_header Connection "Upgrade";
2728 proxy_pass https://backend/apikey/YOUR_AUTH_TOKEN_HERE/;
You can’t perform that action at this time.
0 commit comments