mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-06-18 02:08:46 -04:00
18 lines
425 B
Caddyfile
18 lines
425 B
Caddyfile
# HTTPS termination for cookie security tests (PORTS.auth.cookieHttps).
|
|
localhost:7443 {
|
|
tls internal
|
|
reverse_proxy host.docker.internal:7001
|
|
}
|
|
|
|
# HTTPS termination for reverse proxy tests (PORTS.auth.proxy).
|
|
localhost:7444 {
|
|
tls internal
|
|
reverse_proxy host.docker.internal:7011
|
|
}
|
|
|
|
# HTTPS termination for OIDC proxy tests (PORTS.auth.oidcProxy).
|
|
localhost:7445 {
|
|
tls internal
|
|
reverse_proxy host.docker.internal:7008
|
|
}
|