No more code-server in this proxy
This commit is contained in:
parent
b8a4eb83e7
commit
abe544af95
19
nginx.conf
19
nginx.conf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user