diff options
author | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:29:49 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2025-04-15 17:29:49 -0400 |
commit | 3ff390d8dd323f663842334d81f1e995704d1186 (patch) | |
tree | 1070e77f4685245bfa056925d37298c4e0e9cc61 | |
parent | 1c7155891ce4de5fe4a13e0c4ee78f7c6c4e8e30 (diff) |
-rw-r--r-- | cyfraeviolae.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index 04072fc..ce91537 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -16,13 +16,6 @@ server { deny all; } - location / { - deny all; - location ~ "\.(html|css|js|woff)$" { - allow all; - } - } - location /sweetgreen-calculator { root /srv; } |