forked from devsam/image
Generalize reverse proxy source allowlist
This commit is contained in:
@@ -24,7 +24,7 @@ http {
|
||||
|
||||
allow 127.0.0.1;
|
||||
allow ::1;
|
||||
allow ${CADDY_SOURCE_CIDR};
|
||||
include /tmp/trusted-proxy-allow.conf;
|
||||
deny all;
|
||||
|
||||
location = /healthz {
|
||||
|
||||
Reference in New Issue
Block a user