summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:24:29 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:24:29 -0400
commit816d58a2559cb94c6b84998c0e62fc370887fe83 (patch)
tree2f332260d81987cf23bfb481925a310338113e10
parent2fccdbb1ef6b64d254e043e4a90f6fc1b19aba1b (diff)
merge
-rw-r--r--cyfraeviolae.conf4
-rw-r--r--local.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index ab4c109..44fc340 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -20,6 +20,10 @@ server {
alias /srv/sweetgreen-calculator/;
}
+ location /symposium {
+ proxy_pass http://127.0.0.1:9020/;
+ }
+
location /forbidden-salamanders {
proxy_pass http://127.0.0.1:9010/;
}
diff --git a/local.conf b/local.conf
index 0a4390b..c05027c 100644
--- a/local.conf
+++ b/local.conf
@@ -15,6 +15,10 @@ http {
alias /home/sy/code/site/sweetgreen-calculator/;
}
+ location /symposium {
+ proxy_pass http://127.0.0.1:9010/;
+ }
+
location /forbidden-salamanders {
proxy_pass http://127.0.0.1:5000/;
}