diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-11-18 16:17:22 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-11-18 16:17:22 +0100 |
| commit | 6179887fdf9960fd94dc8cbb02f54745a11d6a17 (patch) | |
| tree | c1ef1c381e3bc9c67b9c270e164bbca73341b4ee | |
| parent | 1dfd292cf88cc3a0e415fff0e9525ead662a1f9d (diff) | |
spaces
| -rw-r--r-- | nginx/ctf.rs.conf | 4 | ||||
| -rw-r--r-- | tulip/0002-tulip-services.patch | 2 |
2 files changed, 3 insertions, 3 deletions
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; diff --git a/tulip/0002-tulip-services.patch b/tulip/0002-tulip-services.patch index 887c3ff..a4136e8 100644 --- a/tulip/0002-tulip-services.patch +++ b/tulip/0002-tulip-services.patch @@ -41,6 +41,6 @@ index a39a800..ae37f0c 100755 + {"ip": vm_ip, "port": -1, "name": "other"}, + {"ip": vm_ip, "port": -1, "name": "other"}, + {"ip": vm_ip, "port": -1, "name": "other"}] --- +-- 2.34.1 |
