neues root
This commit is contained in:
parent
aded85eb66
commit
dde671fe3d
|
|
@ -203,23 +203,16 @@ app.email-bayarea.com {
|
|||
}
|
||||
# Roundcube für docker-mailserver
|
||||
config.email-bayarea.com {
|
||||
# reverse_proxy host.docker.internal:3008
|
||||
|
||||
# log {
|
||||
# output stderr
|
||||
# format console
|
||||
# }
|
||||
|
||||
# encode gzip
|
||||
handle {
|
||||
root * /home/aknuth/git/config-email/frontend/dist/assets # Neuer Prod-Dist-Ordner
|
||||
try_files {path} {path}/ /index.html
|
||||
file_server
|
||||
}
|
||||
|
||||
root * /home/aknuth/git/config-email/frontend/dist
|
||||
try_files {path} {path}/ /index.html
|
||||
file_server
|
||||
|
||||
log {
|
||||
output file /var/log/caddy/config-email.log # Separate Logs
|
||||
output file /var/log/caddy/config-email.log
|
||||
}
|
||||
encode gzip
|
||||
|
||||
encode gzip
|
||||
}
|
||||
# Roundcube für docker-mailserver
|
||||
api.email-bayarea.com {
|
||||
|
|
|
|||
Loading…
Reference in New Issue