diff options
Diffstat (limited to 'cyfraeviolae.conf')
-rw-r--r-- | cyfraeviolae.conf | 20 |
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/?)(.+)$; |