This commit is contained in:
2025-07-31 17:51:52 -05:00
parent 2e3ca446f5
commit e73641f258
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ bizmatch.net, www.bizmatch.net {
file_server
}
handle {
root * /srv/prod # Neuer Prod-Dist-Ordner
root * /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser # Neuer Prod-Dist-Ordner
try_files {path} {path}/ /index.html
file_server
}
@@ -62,7 +62,7 @@ dev.bizmatch.net {
}
handle {
root * /srv/dev
root * /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser
try_files {path} {path}/ /index.html
file_server
}