summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'local.conf')
-rw-r--r--local.conf20
1 files changed, 20 insertions, 0 deletions
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;
}