Added support for multiple hosts in caddy configuration and CSRF_TRUSTED_ORIGINS #22
This commit is contained in:
parent
b78e196fec
commit
fb3bbf3fc5
4 changed files with 13 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
https_port {$HTTPS_PORT}
|
||||
}
|
||||
|
||||
{$CADDY_HOST} {
|
||||
{$CADDY_HOSTS} {
|
||||
# the tls certificates
|
||||
tls {$DATADIR}/tls/server.pem {$DATADIR}/tls/server-key.pem
|
||||
route {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue