summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2025-04-15 17:29:30 -0400
committercyfraeviolae <cyfraeviolae>2025-04-15 17:29:30 -0400
commit1c7155891ce4de5fe4a13e0c4ee78f7c6c4e8e30 (patch)
tree9420a094e4aa1ccbbc48c37990f3ac93d91c4be0
parentf9a814f1a381ec3903a1eecf91d48fa94ad31f73 (diff)
slash
-rw-r--r--cyfraeviolae.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf
index aa07e64..04072fc 100644
--- a/cyfraeviolae.conf
+++ b/cyfraeviolae.conf
@@ -19,6 +19,7 @@ server {
location / {
deny all;
location ~ "\.(html|css|js|woff)$" {
+ allow all;
}
}