From b8a4eb83e704a045d7ca4a4d39446160ce0e2f34 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 13 Jul 2023 10:36:58 -0300 Subject: [PATCH] Move code server to salma --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a1dae80..bd75645 100644 --- a/nginx.conf +++ b/nginx.conf @@ -100,7 +100,7 @@ server { server_name code.ralsina.me; location / { - proxy_pass http://salma.ralsina.github.beta.tailscale.net:8080; + proxy_pass http://mindy.ralsina.github.beta.tailscale.net:8080; proxy_set_header X-Forwarded-Host $http_host; # WebSocket support