mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-19 13:33:34 -04:00
18 lines
421 B
Caddyfile
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
|
|
}
|