Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions caddy/Caddyfile-template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
protocols h1 h2
listener_wrappers {
proxy_protocol {
allow 172.18.0.0/16
allow 10.0.0.0/8
allow 172.16.0.0/12
allow 192.168.0.0/16
}
tls
}
Expand All @@ -24,4 +26,4 @@ https://{{SERVER}} {
http://{{SERVER}} {
bind 0.0.0.0
redir https://{host}{uri} permanent
}
}