summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-28 20:54:59 -0500
committercyfraeviolae <cyfraeviolae>2022-02-28 20:54:59 -0500
commit38bde3ef729d39a4761e200e3a5bc61c84f07f08 (patch)
tree42c158ecd94b37a406392a626b02bdd4886ee962 /local.conf
parenta012575de9e9321701b86e2b048e1d17244e8729 (diff)
fix
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;