email setup page
This commit is contained in:
parent
05aac691b3
commit
9e107cb96c
|
|
@ -76,16 +76,15 @@ bayarea-cc.com {
|
||||||
www.bayarea-cc.com {
|
www.bayarea-cc.com {
|
||||||
redir https://bayarea-cc.com{uri} permanent
|
redir https://bayarea-cc.com{uri} permanent
|
||||||
}
|
}
|
||||||
fancytextstuff.com {
|
setup.bayarea-cc.com {
|
||||||
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
# Wir setzen das Root-Verzeichnis auf den neuen Pfad im Container
|
||||||
handle {
|
root * /var/www/email-setup
|
||||||
reverse_proxy host.docker.internal:3010
|
|
||||||
}
|
# Webserver-Standardverhalten
|
||||||
log {
|
file_server
|
||||||
output file /var/log/caddy/fancytext.log
|
|
||||||
format console
|
# Wenn jemand nur die Domain aufruft, zeige setup.html
|
||||||
}
|
try_files {path} /setup.html
|
||||||
encode gzip
|
|
||||||
}
|
}
|
||||||
cielectrical.bayarea-cc.com {
|
cielectrical.bayarea-cc.com {
|
||||||
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||||
|
|
@ -143,7 +142,17 @@ iitwelders.bayarea-cc.com {
|
||||||
}
|
}
|
||||||
encode gzip
|
encode gzip
|
||||||
}
|
}
|
||||||
|
fancytextstuff.com {
|
||||||
|
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
|
||||||
|
handle {
|
||||||
|
reverse_proxy host.docker.internal:3010
|
||||||
|
}
|
||||||
|
log {
|
||||||
|
output file /var/log/caddy/fancytext.log
|
||||||
|
format console
|
||||||
|
}
|
||||||
|
encode gzip
|
||||||
|
}
|
||||||
www.fancytextstuff.com {
|
www.fancytextstuff.com {
|
||||||
redir https://fancytextstuff.com{uri} permanent
|
redir https://fancytextstuff.com{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ services:
|
||||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||||
- $PWD/email_autodiscover:/etc/caddy/email_autodiscover
|
- $PWD/email_autodiscover:/etc/caddy/email_autodiscover
|
||||||
- $PWD/email.mobileconfig.tpl:/etc/caddy/email.mobileconfig.tpl
|
- $PWD/email.mobileconfig.tpl:/etc/caddy/email.mobileconfig.tpl
|
||||||
|
- $PWD/email-setup:/var/www/email-setup
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- caddy_config:/config
|
- caddy_config:/config
|
||||||
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser
|
- /home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser:/home/aknuth/git/bizmatch-project/bizmatch/dist/bizmatch/browser
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue