From 28590f5320fece5b3c1fc7acca8ac9a63696659a Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 15 Apr 2025 17:17:48 -0400 Subject: slash --- cyfraeviolae.conf | 20 ++++++++++---------- 1 file 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/?)(.+)$; -- cgit v1.2.3