From f9a814f1a381ec3903a1eecf91d48fa94ad31f73 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 15 Apr 2025 17:29:12 -0400 Subject: slash --- cyfraeviolae.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index d4682b5..aa07e64 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -16,6 +16,12 @@ server { deny all; } + location / { + deny all; + location ~ "\.(html|css|js|woff)$" { + } + } + location /sweetgreen-calculator { root /srv; } @@ -45,12 +51,6 @@ server { try_files $uri $uri.html $uri/index.html =404; } - # location /prosodyle/level-select { - # default_type "text/html"; - - # alias /srv/prosodyle/level-select.html; - # } - location /well-ordered { root /srv; } -- cgit v1.2.3