From de4a22bad19c4cf39a673f837bd48d823c10d264 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Thu, 18 Jul 2024 18:44:35 +0200 Subject: italian ad + tulip update --- nginx/ctf.rs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx') diff --git a/nginx/ctf.rs.conf b/nginx/ctf.rs.conf index ab7afea..3e6ea2d 100644 --- a/nginx/ctf.rs.conf +++ b/nginx/ctf.rs.conf @@ -2,7 +2,7 @@ server { listen 80; listen [::]:80; - server_name tulip.hooke.rs; + server_name tulip.s1.ctf.rs; location / { proxy_pass http://127.0.0.1:3000; @@ -14,7 +14,7 @@ server { listen 80; listen [::]:80; - server_name fast.hooke.rs; + server_name fast.s1.ctf.rs; location / { proxy_pass http://127.0.0.1:2023; -- cgit v1.2.3