diff options
| -rw-r--r-- | cyfraeviolae.conf | 11 | ||||
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | local.conf | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 04072fc..67d97c0 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -16,13 +16,6 @@ server { deny all; } - location / { - deny all; - location ~ "\.(html|css|js|woff)$" { - allow all; - } - } - location /sweetgreen-calculator { root /srv; } @@ -60,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="/travelogue/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/; } |
