Make Caddy's browse template explicit

This commit is contained in:
Chandler Swift 2024-11-06 01:44:04 -06:00
parent 23ad3c1a47
commit 9fdf26756e
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
2 changed files with 1145 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ in {
handle /downloads/* { handle /downloads/* {
file_server { file_server {
browse browse ${./caddy-browse-template.html}
hide .gitignore hide .gitignore
} }
} }