summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2025-04-21 15:02:52 -0400
committercyfraeviolae <cyfraeviolae>2025-04-21 15:02:52 -0400
commitc585460e980c8f49b5465b0cf6defbaf45b1fe15 (patch)
tree4ab816d6736bcda4df4a065032b7a98d942960c7
parent3ff390d8dd323f663842334d81f1e995704d1186 (diff)
cyf
-rw-r--r--cyfraeviolae.conf4
-rw-r--r--index.html4
-rw-r--r--local.conf4
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;
}
diff --git a/index.html b/index.html
index a700f2c..6eda780 100644
--- a/index.html
+++ b/index.html
@@ -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>
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/;
}