Fix Caddy trusted proxies syntax
This commit is contained in:
6
start.sh
6
start.sh
@@ -535,9 +535,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
|
||||
{
|
||||
admin off
|
||||
auto_https off
|
||||
servers {
|
||||
trusted_proxies static private_ranges
|
||||
}
|
||||
}
|
||||
|
||||
:3080 {
|
||||
@@ -658,9 +655,6 @@ cat > "$CADDY_CONFIG" <<EOF_CADDY
|
||||
{
|
||||
admin off
|
||||
auto_https off
|
||||
servers {
|
||||
trusted_proxies static private_ranges
|
||||
}
|
||||
}
|
||||
|
||||
:3080 {
|
||||
|
||||
Reference in New Issue
Block a user