diff options
Diffstat (limited to 'cyfraeviolae.conf')
-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; } |