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/
@notmedia {
encode zstd gzip
not path /media/*
}
@ -17,6 +17,8 @@ http://* {
file_server
try_files {path} {path}.html {path}/index.html
handle {
respond 404
}