summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2025-04-15 17:17:48 -0400
committercyfraeviolae <cyfraeviolae>2025-04-15 17:17:48 -0400
commit28590f5320fece5b3c1fc7acca8ac9a63696659a (patch)
treebf0fb1f3945f869764f9cd8e0246179d1d16dae6
parent25ff01d1a81073102b3cdb3ce2675e430948ab24 (diff)
slash
-rw-r--r--cyfraeviolae.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index 47b39cd..367790e 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -29,32 +29,32 @@ server {
}
location /infinite-connections {
- alias /srv/infinite-connections/;
+ root /srv;
}
location /telechromy {
- alias /srv/telechromy/;
+ root /srv;
}
location /countervisual {
- alias /srv/countervisual/;
+ root /srv;
}
location /prosodyle {
- alias /srv/prosodyle/;
+ root /srv;
}
location /prosodyle/level-select {
default_type "text/html";
- alias /srv/prosodyle/level-select.html;
+ root /srv;
}
location /well-ordered {
- alias /srv/well-ordered/;
+ root /srv;
}
location /travelwords {
- alias /srv/travelwords/;
+ root /srv;
}
location /sumcheck {
@@ -70,15 +70,15 @@ server {
}
location /angelic-hierarchy {
- alias /srv/angelic-hierarchy/;
+ root /srv;
}
location /the-first-faithful-topology-of-the-library-of-babel {
- alias /srv/the-first-faithful-topology-of-the-library-of-babel/;
+ root /srv;
}
location /git {
- alias /srv/git/;
+ root /srv;
fastcgi_param SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
fastcgi_split_path_info ^(/git/?)(.+)$;