diff options
author | cyfraeviolae <cyfraeviolae> | 2022-07-21 01:27:51 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-07-21 01:27:51 -0400 |
commit | eeb9b844c7e001c77d272b09ae5141919a5b9dcf (patch) | |
tree | dff7ab41e3c638926433ebe7a3ec664705fc7d5f | |
parent | 74d69f5e7f5ba49134697817e77c50bcfc089632 (diff) |
prosodyle levels
-rw-r--r-- | cyfraeviolae.conf | 5 | ||||
-rw-r--r-- | local.conf | 5 |
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/; } @@ -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/; } |