caddy conf 1. try

This commit is contained in:
Andreas Knuth 2024-05-16 11:03:44 -05:00
parent 89fdcbb5bd
commit e65c5d6962
1 changed files with 5 additions and 7 deletions

View File

@ -27,14 +27,12 @@ gitea.bizmatch.net {
}
dev.bizmatch.net {
handle /pictures/* {
root * /home/aknuth/git/bizmatch-project/bizmatch-server
file_server
}
handle {
root * /srv
file_server
try_files {path} {path}/ /index.html
handle /pictures/* {
root * /
file_server
}