Merge branch 'master' of git.bizmatch.net:aknuth/docker
This commit is contained in:
commit
4a5222a781
|
|
@ -7,7 +7,7 @@
|
|||
# Prod: Neue Domains
|
||||
www.bizmatch.net {
|
||||
handle /pictures/* {
|
||||
root * /home/aknuth/git/bizmatch-project-prod/bizmatch-server # Prod-Ordner
|
||||
root * /home/aknuth/git/bizmatch-project/bizmatch-server # Prod-Ordner
|
||||
file_server
|
||||
}
|
||||
handle {
|
||||
|
|
@ -201,7 +201,17 @@ app.email-bayarea.com {
|
|||
|
||||
encode gzip
|
||||
}
|
||||
|
||||
# Roundcube für docker-mailserver
|
||||
config.email-bayarea.com {
|
||||
reverse_proxy host.docker.internal:3008
|
||||
|
||||
log {
|
||||
output stderr
|
||||
format console
|
||||
}
|
||||
|
||||
encode gzip
|
||||
}
|
||||
# IMAP/SMTP Server für E-Mail-Clients
|
||||
email-srvr.com {
|
||||
# Für E-Mail-Client-Konfiguration (Autodiscover)
|
||||
|
|
|
|||
Loading…
Reference in New Issue