diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-07-18 18:44:35 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-07-18 18:44:35 +0200 |
| commit | de4a22bad19c4cf39a673f837bd48d823c10d264 (patch) | |
| tree | b23084bbc36a394079261c6c85adc04b2837ac3e /nginx/ctf.rs.conf | |
| parent | 6179887fdf9960fd94dc8cbb02f54745a11d6a17 (diff) | |
italian ad + tulip update
Diffstat (limited to 'nginx/ctf.rs.conf')
| -rw-r--r-- | nginx/ctf.rs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
