diff --git a/reverse_proxy/nginx.conf b/reverse_proxy/nginx.conf index d4ba6c7..b847fb1 100644 --- a/reverse_proxy/nginx.conf +++ b/reverse_proxy/nginx.conf @@ -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