🔧 fix docker-compose ssrf_proxy service WARNING: You should probably remove '::/0' from the ACL named 'all' (#5005)
This commit is contained in:
parent
bdad993901
commit
308ce66af5
@ -46,5 +46,5 @@ logfile_rotate 0
|
|||||||
################################## Reverse Proxy To Sandbox ################################
|
################################## Reverse Proxy To Sandbox ################################
|
||||||
http_port 8194 accel vhost
|
http_port 8194 accel vhost
|
||||||
cache_peer sandbox parent 8194 0 no-query originserver
|
cache_peer sandbox parent 8194 0 no-query originserver
|
||||||
acl all src all
|
acl src_all src all
|
||||||
http_access allow all
|
http_access allow src_all
|
Loading…
Reference in New Issue
Block a user