From abe544af9528ebb3371a83e767580b1ecfc1c35b Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 13 Jul 2023 16:11:29 -0300 Subject: [PATCH] No more code-server in this proxy --- nginx.conf | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/nginx.conf b/nginx.conf index bd75645..6bb69d3 100644 --- a/nginx.conf +++ b/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;