diff options
-rw-r--r-- | local.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,11 +11,11 @@ http { access_log /home/sy/code/logs/access.log; location /prosodyle { - alias /home/sy/code/prosodyle/; + alias /home/sy/code/site/prosodyle/; } location /well-ordered { - alias /home/sy/code/well-ordered/; + alias /home/sy/code/site/well-ordered/; } location /sumcheck { @@ -31,7 +31,7 @@ http { } location / { - root /home/sy/code/cyfraeviolae; + root /home/sy/code/site/cyfraeviolae; } listen 9090; |