Fix things
This commit is contained in:
parent
34ff265937
commit
ddf2059638
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user