From 3eba857f648ed513c2ef28a7da79f5559b1bdc7f Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 15 Apr 2025 17:24:09 -0400 Subject: slash --- cyfraeviolae.conf | 10 ++++++---- 1 file 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; -- cgit v1.2.3