From 25b0404a49f4cceb54ff67cdfcc832b54a6a979b Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 16:34:49 -0400 Subject: update for salamander --- local.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'local.conf') diff --git a/local.conf b/local.conf index 9d1c825..de4029b 100644 --- a/local.conf +++ b/local.conf @@ -10,6 +10,14 @@ http { server { access_log /home/sy/code/logs/access.log; + location /rhythmically { + alias /home/sy/code/site/rhythmically/; + } + + location /forbidden-salamanders { + proxy_pass http://127.0.0.1:5000/; + } + location /telechromy { alias /home/sy/code/site/telechromy/; } @@ -31,14 +39,26 @@ http { proxy_pass http://127.0.0.1:9000; } + location /sumcheck/static { + alias /home/sy/code/site/sumcheck/static/; + } + location /antiquitysort { proxy_pass http://127.0.0.1:8090; } + location /antiquitysort/static { + alias /home/sy/code/site/antiquitysort/static/; + } + location /spectral-renga { proxy_pass http://127.0.0.1:8080; } + location /spectral-renga/static { + alias /home/sy/code/site/spectral-renga/static/; + } + location / { root /home/sy/code/site/cyfraeviolae; } -- cgit v1.2.3