summaryrefslogtreecommitdiff
path: root/nginx/ctf.rs.conf
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-11-18 16:10:41 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-11-18 16:10:41 +0100
commit1dfd292cf88cc3a0e415fff0e9525ead662a1f9d (patch)
tree9e802430879e54883c41f7e42c27a7fbb6c8dd13 /nginx/ctf.rs.conf
parentca4ad65bcb032ded36610054c59182599d39360f (diff)
saarctf
Diffstat (limited to 'nginx/ctf.rs.conf')
-rw-r--r--nginx/ctf.rs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/ctf.rs.conf b/nginx/ctf.rs.conf
index 774b19c..52869df 100644
--- a/nginx/ctf.rs.conf
+++ b/nginx/ctf.rs.conf
@@ -2,7 +2,7 @@ server {
listen 80;
listen [::]:80;
- server_name tulip.ctf.rs;
+ server_name tulip.hooke.rs;
location / {
proxy_pass http://127.0.0.1:3000;
@@ -14,7 +14,7 @@ server {
listen 80;
listen [::]:80;
- server_name fast.ctf.rs;
+ server_name fast.hooke.rs;
location / {
proxy_pass http://127.0.0.1:2023;