Files
profilarr/tests/integration/auth/Caddyfile
2026-03-08 20:46:01 +10:30

18 lines
421 B
Caddyfile

# HTTPS termination for cookie security tests (server on port 7003)
localhost:7443 {
tls internal
reverse_proxy host.docker.internal:7003
}
# HTTPS termination for reverse proxy tests (server on port 7008)
localhost:7444 {
tls internal
reverse_proxy host.docker.internal:7008
}
# HTTPS termination for OIDC proxy tests (server on port 7009)
localhost:7445 {
tls internal
reverse_proxy host.docker.internal:7009
}