From 6179887fdf9960fd94dc8cbb02f54745a11d6a17 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 18 Nov 2023 16:17:22 +0100 Subject: spaces --- nginx/ctf.rs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx/ctf.rs.conf') diff --git a/nginx/ctf.rs.conf b/nginx/ctf.rs.conf index 52869df..ab7afea 100644 --- a/nginx/ctf.rs.conf +++ b/nginx/ctf.rs.conf @@ -3,7 +3,7 @@ server { listen [::]:80; server_name tulip.hooke.rs; - + location / { proxy_pass http://127.0.0.1:3000; include proxy_params; @@ -15,7 +15,7 @@ server { listen [::]:80; server_name fast.hooke.rs; - + location / { proxy_pass http://127.0.0.1:2023; include proxy_params; -- cgit v1.2.3