close down lots of open ports

This commit is contained in:
chandi
2020-04-11 10:43:25 +02:00
parent c21da11d4e
commit 6248c9f93b
11 changed files with 327 additions and 10 deletions

View File

@ -1,5 +1,5 @@
location /ws {
proxy_pass https://144.76.97.34:7443;
proxy_pass https://host.docker.internal:7443;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";