Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions templates/eessi_localproxy_squid.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##
## This file is managed by Ansible. ALL CHANGES WILL BE OVERWRITTEN.
##

# Contact dual-stack websites over IPv4 first
dns_v4_first on

# List of local IP addresses (separate IPs and/or CIDR notation) allowed to access your local proxy
acl local_nodes src {{ cvmfs_localproxy_allowed_clients|join(' ') }}

Expand Down
3 changes: 3 additions & 0 deletions templates/eessi_stratum1_squid.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
## This file is managed by Ansible. ALL CHANGES WILL BE OVERWRITTEN.
##

# Contact dual-stack websites over IPv4 first
dns_v4_first on

http_port 80 accel
http_port 8000 accel
http_access allow all
Expand Down