Skip to content

Commit

Permalink
trust private ranges for port 8080
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Sep 27, 2023
1 parent a378f69 commit 9a0fd6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containers/mastercontainer/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ http://:80 {
}

https://:8080 {
reverse_proxy localhost:8000
reverse_proxy localhost:8000 {
trusted_proxies private_ranges
}
tls internal {
on_demand
}
Expand Down

0 comments on commit 9a0fd6d

Please sign in to comment.