Use newer tailscale domain names everywhere

This commit is contained in:
Roberto Alsina 2024-07-20 21:21:12 -03:00
parent 3de9039037
commit 4b5756e360

View File

@ -66,7 +66,7 @@ server {
server_name links.ralsina.me;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8086;
proxy_pass http://pinky.tail20c16.ts.net:8086;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header Host $host;
}
@ -84,7 +84,7 @@ server {
server_name git.ralsina.me;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3000;
proxy_pass http://pinky.tail20c16.ts.net:3000;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header Host $host;
}
@ -111,13 +111,13 @@ server {
}
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:7777;
proxy_pass http://pinky.tail20c16.ts.net:7777;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header Host $host;
}
location /stream {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:7777;
proxy_pass http://pinky.tail20c16.ts.net:7777;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Upgrade $http_upgrade;
@ -147,7 +147,7 @@ server {
}
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8082;
proxy_pass http://pinky.tail20c16.ts.net:8082;
proxy_set_header X-Forwarded-Host $http_host;
}
error_page 403 404 500 502 503 504 /custom_50x.html;
@ -164,7 +164,7 @@ server {
server_name snips.ralsina.me;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8091 ;
proxy_pass http://pinky.tail20c16.ts.net:8091 ;
proxy_set_header X-Forwarded-Host $http_host;
# WebSocket support