From 19dc4192225739c47660c6448b97083b80e05511 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 8 Jan 2025 21:37:51 -0500 Subject: travelwords --- cyfraeviolae.conf | 4 ++++ index.html | 7 +++++++ local.conf | 4 ++++ 3 files changed, 15 insertions(+) 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 @@ Forbidden Salamanders demonstrates cryptanalytic attacks against AES-GCM.

+
Travel
+

+ + Travelwords is a + travel phrasebook. +

+
Sundry

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/; } -- cgit v1.2.3