You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will automatically make replicas of all the repositories defined in `group_vars/all.yml`.
119
119
120
120
### Local proxies
121
121
The local proxies also need a Squid configuration file; the default can be found in
122
122
`templates/localproxy_squid.conf.j2`.
123
+
If you want to customize the Squid configuration more, you can also make your own file, and point to in `inventory/local_site_specific_vars.yml`.
124
+
See the comments in the example file for more details.
123
125
124
-
You have to define the lists of IP addresses / ranges (using CIDR notation) that are allowed to use the proxy using the variable `cvmfs_localproxy_allowed_clients`.
125
-
You can put this, for instance, in your hosts file. See `hosts.example` for more details.
126
-
127
-
If you want to customize the Squid configuration more, you can also make your own file, and point to it using `cvmfs_squid_conf_src` (see the Stratum 1 section).
126
+
Furthermore, you have to define the lists of IP addresses / ranges (using CIDR notation) that are allowed to use the proxy using the variable `local_cvmfs_http_proxies_allowed_clients`.
127
+
Again, see `inventory/local_site_specific_vars.yml.example` for more details.
128
128
129
129
Do keep in mind that you should never accept proxy request from everywhere to everywhere!
130
130
Besides having a Squid configuration with the right ACLs, it is recommended to also have a firewall that limits access to your proxy.
0 commit comments