restoring

This commit is contained in:
Andreas Knuth 2024-05-16 11:24:32 -05:00
parent e65c5d6962
commit e8ccc3dfad
1 changed files with 7 additions and 5 deletions

View File

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