www.bizmatch.net change
This commit is contained in:
parent
7fcc380b0f
commit
d626b19e4a
|
|
@ -25,15 +25,18 @@ www.bizmatch.net {
|
||||||
root * /home/aknuth/git/bizmatch-project/bizmatch-server # Prod-Ordner
|
root * /home/aknuth/git/bizmatch-project/bizmatch-server # Prod-Ordner
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
#handle {
|
||||||
|
# root * /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser # Neuer Prod-Dist-Ordner
|
||||||
|
# try_files {path} {path}/ /index.html
|
||||||
|
# file_server
|
||||||
|
#}
|
||||||
handle {
|
handle {
|
||||||
root * /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser # Neuer Prod-Dist-Ordner
|
reverse_proxy localhost:4200
|
||||||
try_files {path} {path}/ /index.html
|
|
||||||
file_server
|
|
||||||
}
|
}
|
||||||
log {
|
log {
|
||||||
output file /var/log/caddy/access.prod.log # Separate Logs
|
output file /var/log/caddy/access.prod.log # Separate Logs
|
||||||
}
|
}
|
||||||
encode gzip
|
encode gzip zstd
|
||||||
}
|
}
|
||||||
bizmatch.net {
|
bizmatch.net {
|
||||||
redir https://www.bizmatch.net{uri} permanent
|
redir https://www.bizmatch.net{uri} permanent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue