change to subdomain
parent
a21d992910
commit
ae0526c2ab
|
@ -6,7 +6,7 @@ server {
|
|||
location / {
|
||||
allow 63.141.252.133;
|
||||
deny all;
|
||||
proxy_pass http://localhost:7562;
|
||||
proxy_pass https://localhost:7563;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
|
Loading…
Reference in New Issue