No more code-server in this proxy

This commit is contained in:
Roberto Alsina 2023-07-13 16:11:29 -03:00
parent b8a4eb83e7
commit abe544af95
1 changed files with 0 additions and 19 deletions

View File

@ -92,25 +92,6 @@ server {
}
}
server {
listen 8080;
listen [::]:8080;
server_name code.ralsina.me;
location / {
proxy_pass http://mindy.ralsina.github.beta.tailscale.net:8080;
proxy_set_header X-Forwarded-Host $http_host;
# WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
server {
listen 8080;
listen [::]:8080;