summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cyfraeviolae.conf5
-rw-r--r--local.conf5
2 files changed, 10 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index e412e52..c1a3413 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -9,6 +9,11 @@ server {
alias /srv/prosodyle/;
}
+ location /prosodyle/level-select {
+ default_type "text/html";
+ alias /srv/prosodyle/level-select.html;
+ }
+
location /well-ordered {
alias /srv/well-ordered/;
}
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/;
}