summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cyfraeviolae.conf4
-rw-r--r--index.html7
-rw-r--r--local.conf4
3 files changed, 15 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index 72226d8..8ebc7d0 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -53,6 +53,10 @@ server {
alias /srv/well-ordered/;
}
+ location /travelwords {
+ alias /srv/travelwords/;
+ }
+
location /sumcheck {
proxy_pass http://127.0.0.1:9000;
}
diff --git a/index.html b/index.html
index 87f3d08..56596b1 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,13 @@
<a class="work-title" href="/forbidden-salamanders">Forbidden Salamanders</a>
demonstrates cryptanalytic attacks against AES-GCM.
</p>
+ <div class="category">Travel</div>
+ <p class="work">
+ <img src="/travelwords/static/favicon.ico" width=11 height=11>
+ <a class="work-title" href="/travelwords">Travelwords</a> is a
+ travel phrasebook.
+ </p>
+ </div>
<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 c05027c..ae8c74c 100644
--- a/local.conf
+++ b/local.conf
@@ -52,6 +52,10 @@ http {
alias /home/sy/code/site/prosodyle/level-select.html;
}
+ location /travelwords {
+ alias /home/sy/code/site/travelwords/;
+ }
+
location /well-ordered {
alias /home/sy/code/site/well-ordered/;
}