summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-01-18 22:52:04 -0500
committercyfraeviolae <cyfraeviolae>2024-01-18 22:52:04 -0500
commit3c4eb95ea6bbffb25f31920b1c28306d74109465 (patch)
tree80a9d3f866f4aba2211041377bcba4c076ad070f
parentbe3cb976adb02247b6bc92371e89c26c9d0806fb (diff)
init
-rw-r--r--cyfraeviolae.conf8
-rw-r--r--local.conf8
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;
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;
}