Skip to content

Commit 5aea963

Browse files
authored
Merge pull request #65 from laperlej/main
uncomment cache_dir line in squid.conf template
2 parents fa878ee + 751f765 commit 5aea963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/localproxy_squid.conf.j2

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ http_access allow all
77

88
always_direct allow all
99

10-
# {% if cvmfs_localproxy_cache_dir is defined %}
11-
# cache_dir ufs {{ cvmfs_localproxy_cache_dir.dir }} {{ cvmfs_localproxy_cache_dir.size }} 16 256
12-
# {% endif %}
10+
{% if cvmfs_localproxy_cache_dir is defined %}
11+
cache_dir ufs {{ cvmfs_localproxy_cache_dir.dir }} {{ cvmfs_localproxy_cache_dir.size }} 16 256
12+
{% endif %}
1313

1414
cache_mem {{ cvmfs_localproxy_cache_mem }} MB
1515

0 commit comments

Comments
 (0)