diff options
-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; } |