diff options
author | cyfraeviolae <cyfraeviolae> | 2025-04-21 15:02:52 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2025-04-21 15:02:52 -0400 |
commit | c585460e980c8f49b5465b0cf6defbaf45b1fe15 (patch) | |
tree | 4ab816d6736bcda4df4a065032b7a98d942960c7 | |
parent | 3ff390d8dd323f663842334d81f1e995704d1186 (diff) |
cyf
-rw-r--r-- | cyfraeviolae.conf | 4 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | local.conf | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index ce91537..67d97c0 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -53,6 +53,10 @@ server { root /srv; } + location /travelogue { + root /srv; + } + location /sumcheck { proxy_pass http://127.0.0.1:9000; } @@ -61,6 +61,10 @@ <a class="work-title" href="/travelwords">Travelwords</a> is a travel phrasebook. </p> + <p class="work"> + <img src="/travelwords/static/favicon.ico" width=11 height=11> + <a class="work-title" href="/travelogue">Travelogue</a>. + </p> <div class="category">Sundry</div> <p class="work"> <img src="/telechromy/static/favicon.ico" width=11 height=11> @@ -35,6 +35,10 @@ http { alias /home/sy/code/site/translation-modality/; } + location /travelogue { + alias /home/sy/code/site/travelogue/; + } + location /countervisual { alias /home/sy/code/site/countervisual/; } |