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
|
@ -28,7 +28,9 @@ db:
|
|||
port: 5432
|
||||
caddy:
|
||||
# Webserver settings
|
||||
host: "localhost"
|
||||
hosts:
|
||||
- "localhost"
|
||||
- "127.0.0.1"
|
||||
http_port: 80
|
||||
https_port: 443
|
||||
logs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue