From 38bde3ef729d39a4761e200e3a5bc61c84f07f08 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 20:54:59 -0500 Subject: fix --- local.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'local.conf') diff --git a/local.conf b/local.conf index ec63483..2678e5c 100644 --- a/local.conf +++ b/local.conf @@ -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; -- cgit v1.2.3