diff options
author | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:29:12 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:29:12 -0400 |
commit | f9a814f1a381ec3903a1eecf91d48fa94ad31f73 (patch) | |
tree | 4540fe128efabe883d100ad1ee6a515c6097ee97 | |
parent | 3eba857f648ed513c2ef28a7da79f5559b1bdc7f (diff) |
slash
-rw-r--r-- | cyfraeviolae.conf | 12 |
1 files 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; } |