asdf
This commit is contained in:
parent
493da4f242
commit
114dd88bc2
2 changed files with 16 additions and 0 deletions
16
Caddyfile
16
Caddyfile
|
|
@ -21,6 +21,22 @@ mail.wasted-bandwidth.net, imap.wasted-bandwidth.net, smtp.wasted-bandwidth.net,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mail.gnarlypandaproductions.com, imap.gnarlypandaproductions.com, smtp.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com {
|
||||||
|
reverse_proxy mailcow-nginx:80 {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
webmail.gnarlypandaproductions.com, webmail.netgrimoire.com, webmail.wasted-bandwidth.net {
|
||||||
|
reverse_proxy roundcube:80 {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
email.gnarlypandaproductions.com, email.netgrimoire.com, email.wasted-bandwidth.net {
|
||||||
|
reverse_proxy mailcow-nginx:80/sogo {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
(authentik) {
|
(authentik) {
|
||||||
# Always forward outpost path to actual outpost
|
# Always forward outpost path to actual outpost
|
||||||
reverse_proxy /outpost.goauthentik.io/* http://authentik:9000
|
reverse_proxy /outpost.goauthentik.io/* http://authentik:9000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue