summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
}