OpenSlides/caddy
Finn Stutzenstein 91a15d24a8
Add ALLOWED_HOSTS
the proxy responds with a 421, if a host header with an invalid host
name is encountered. If nothing is provided (see default .env) all hosts
are allowed. Examples:

ALLOWED_HOSTS="localhost:8000 127.0.0.1:8000"

ALLOWED_HOSTS="some.domain.example.com"

Add EXTERNAL_HTTPS_PORT. See .env for the configuration.
2021-04-26 16:01:35 +02:00
..
certs add optional https for caddy 2021-02-17 08:28:47 +01:00
Caddyfile Add ALLOWED_HOSTS 2021-04-26 16:01:35 +02:00
Caddyfile.dev Add ALLOWED_HOSTS 2021-04-26 16:01:35 +02:00
Dockerfile add optional https for caddy 2021-02-17 08:28:47 +01:00
Dockerfile.dev fix Caddy dev setup 2021-02-10 07:30:36 +01:00
Makefile fix Caddy dev setup 2021-02-10 07:30:36 +01:00
entrypoint Add ALLOWED_HOSTS 2021-04-26 16:01:35 +02:00
make-localhost-cert.sh add optional https for caddy 2021-02-17 08:28:47 +01:00