summaryrefslogtreecommitdiff
path: root/local.conf
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-07-21 01:27:51 -0400
committercyfraeviolae <cyfraeviolae>2022-07-21 01:27:51 -0400
commiteeb9b844c7e001c77d272b09ae5141919a5b9dcf (patch)
treedff7ab41e3c638926433ebe7a3ec664705fc7d5f /local.conf
parent74d69f5e7f5ba49134697817e77c50bcfc089632 (diff)
prosodyle levels
Diffstat (limited to 'local.conf')
-rw-r--r--local.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.conf b/local.conf
index 9f90d4d..53090c9 100644
--- a/local.conf
+++ b/local.conf
@@ -18,6 +18,11 @@ http {
alias /home/sy/code/site/prosodyle/;
}
+ location /prosodyle/level-select {
+ default_type "text/html";
+ alias /home/sy/code/site/prosodyle/level-select.html;
+ }
+
location /well-ordered {
alias /home/sy/code/site/well-ordered/;
}