mirror of
https://git.straybits.ca/straybits/docker-samples.git
synced 2024-11-07 18:22:26 +00:00
8 lines
100 B
Caddyfile
8 lines
100 B
Caddyfile
|
{
|
||
|
email admin@yourdomain.com
|
||
|
}
|
||
|
|
||
|
mail.yourdomain.com {
|
||
|
reverse_proxy * http://roundcube:80
|
||
|
}
|