summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'local.conf')
-rw-r--r--local.conf6
1 files changed, 3 insertions, 3 deletions
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;