Fix things

This commit is contained in:
Fabian Stamm 2020-12-10 00:09:29 +01:00
parent 34ff265937
commit ddf2059638

View File

@ -1,8 +1,8 @@
http://* { http:// {
root * /var/lib/caddy/ root * /var/lib/caddy/
@notmedia { @notmedia {
encode zstd gzip
not path /media/* not path /media/*
} }
@ -17,6 +17,8 @@ http://* {
file_server file_server
try_files {path} {path}.html {path}/index.html
handle { handle {
respond 404 respond 404
} }