This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-client-web/templates/caddy.conf

9 lines
216 B
Plaintext

http://{{warehost_webclient_domain}} {
redir https://{{warehost_webclient_domain}}{uri}
}
https://{{warehost_webclient_domain}} {
tls {{caddy_ssl_mail}}
gzip
root /srv/http/domain/{{warehost_webclient_domain}}
}