proxy para ws en code-server
This commit is contained in:
parent
49bdf2b17c
commit
6f318a4dfc
@ -8,6 +8,9 @@ server {
|
||||
proxy_pass http://mindy.ralsina.github.beta.tailscale.net:8088;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection upgrade;
|
||||
proxy_set_header Accept-Encoding gzip;
|
||||
}
|
||||
error_page 500 502 503 504 /custom_50x.html;
|
||||
location = /custom_50x.html {
|
||||
|
Loading…
Reference in New Issue
Block a user