diff options
-rw-r--r-- | cyfraeviolae.conf | 10 |
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; |