summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2025-04-15 17:24:09 -0400
committercyfraeviolae <cyfraeviolae>2025-04-15 17:24:09 -0400
commit3eba857f648ed513c2ef28a7da79f5559b1bdc7f (patch)
treebdb25319a4bde1a1ffd7c282600328b7080c18ad
parent28590f5320fece5b3c1fc7acca8ac9a63696659a (diff)
slash
-rw-r--r--cyfraeviolae.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index 367790e..d4682b5 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -42,12 +42,14 @@ server {
location /prosodyle {
root /srv;
+ try_files $uri $uri.html $uri/index.html =404;
}
- location /prosodyle/level-select {
- default_type "text/html";
- root /srv;
- }
+ # location /prosodyle/level-select {
+ # default_type "text/html";
+
+ # alias /srv/prosodyle/level-select.html;
+ # }
location /well-ordered {
root /srv;