From a84091983c8bcc1c8e43703bb5b65bef612e6a71 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Thu, 9 Jan 2025 13:26:55 -0500 Subject: [PATCH] chore: remove unused env variables --- .env.example | 3 --- proxy.conf | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 96f1397..7c767a3 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,2 @@ PORT=3000 HOST="0.0.0.0" - -PROXY_DOMAIN="localhost" -PROXY_PORT=3001 diff --git a/proxy.conf b/proxy.conf index 75d21f9..90929ad 100644 --- a/proxy.conf +++ b/proxy.conf @@ -2,7 +2,7 @@ server { listen 80; listen [::]:80; - server_name code-containers.localhost; + server_name localhost; location / { proxy_pass http://127.0.0.1:3000; @@ -13,7 +13,7 @@ server { listen 80; listen [::]:80; - server_name "~^(port-(?.*)\.)?(?.*)\.code-containers.localhost"; + server_name "~^(port-(?.*)\.)?(?.*)\.localhost"; location / { if ($port = "") {