From 3c4eb95ea6bbffb25f31920b1c28306d74109465 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Thu, 18 Jan 2024 22:52:04 -0500 Subject: init --- cyfraeviolae.conf | 8 ++++++++ local.conf | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 7a6c28b..ec50c19 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -61,6 +61,14 @@ server { proxy_pass http://127.0.0.1:8080; } + location /angelic-hierarchy { + alias /srv/angelic-hierarchy/; + } + + location /the-first-faithful-topology-of-the-library-of-babel { + alias /srv/the-first-faithful-topology-of-the-library-of-babel/; + } + location /git { alias /srv/git/; fastcgi_param SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi; diff --git a/local.conf b/local.conf index 70f9b2f..0a4390b 100644 --- a/local.conf +++ b/local.conf @@ -76,6 +76,14 @@ http { alias /home/sy/code/site/spectralrenga/static/; } + location /angelic-hierarchy { + alias /home/sy/code/site/angelic-hierarchy/; + } + + location /the-first-faithful-topology-of-the-library-of-babel { + alias /home/sy/code/site/the-first-faithful-topology-of-the-library-of-babel/; + } + location / { root /home/sy/code/site/cyfraeviolae; } -- cgit v1.2.3