Skip to content

Commit

Permalink
[COOK-3509] Apply attribute node['squid']['port'] to squid.conf t…
Browse files Browse the repository at this point in the history
…emplate

Signed-off-by: Seth Vargo <[email protected]>
  • Loading branch information
wbcchsyn authored and sethvargo committed Sep 21, 2013
1 parent eb9ed06 commit c56acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/squid.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ http_access deny all

icp_access allow localnet
icp_access deny all
http_port 3128
http_port <%= node['squid']['port'] %>

hierarchy_stoplist cgi-bin ?
access_log <%= node['squid']['log_dir'] %>/access.log squid
Expand Down

0 comments on commit c56acfe

Please sign in to comment.