mirror of https://github.com/langgenius/dify.git
feat: squid force ipv4 (#33556)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
6be7ba2928
commit
1b1df37d23
|
|
@ -28,6 +28,7 @@ http_access deny manager
|
|||
http_access allow localhost
|
||||
include /etc/squid/conf.d/*.conf
|
||||
http_access deny all
|
||||
tcp_outgoing_address 0.0.0.0
|
||||
|
||||
################################## Proxy Server ################################
|
||||
http_port ${HTTP_PORT}
|
||||
|
|
|
|||
Loading…
Reference in New Issue