diff options
author | cyfraeviolae <cyfraeviolae> | 2024-01-18 22:52:04 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2024-01-18 22:52:04 -0500 |
commit | 3c4eb95ea6bbffb25f31920b1c28306d74109465 (patch) | |
tree | 80a9d3f866f4aba2211041377bcba4c076ad070f | |
parent | be3cb976adb02247b6bc92371e89c26c9d0806fb (diff) |
init
-rw-r--r-- | cyfraeviolae.conf | 8 | ||||
-rw-r--r-- | local.conf | 8 |
2 files changed, 16 insertions, 0 deletions
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; @@ -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; } |