diff options
author | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:24:09 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:24:09 -0400 |
commit | 3eba857f648ed513c2ef28a7da79f5559b1bdc7f (patch) | |
tree | bdb25319a4bde1a1ffd7c282600328b7080c18ad /cyfraeviolae.conf | |
parent | 28590f5320fece5b3c1fc7acca8ac9a63696659a (diff) |
slash
Diffstat (limited to 'cyfraeviolae.conf')
-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; |