From c585460e980c8f49b5465b0cf6defbaf45b1fe15 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 21 Apr 2025 15:02:52 -0400 Subject: cyf --- cyfraeviolae.conf | 4 ++++ index.html | 4 ++++ local.conf | 4 ++++ 3 files changed, 12 insertions(+) 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; } diff --git a/index.html b/index.html index a700f2c..6eda780 100644 --- a/index.html +++ b/index.html @@ -61,6 +61,10 @@ Travelwords is a travel phrasebook.

+

+ + Travelogue. +

Sundry

diff --git a/local.conf b/local.conf index ae8c74c..a6cc0d9 100644 --- a/local.conf +++ b/local.conf @@ -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/; } -- cgit v1.2.3