]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/templates/default/squid.conf.erb
Follow X-Forward-For from localhost to see real IP of SSL connections
[chef.git] / cookbooks / squid / templates / default / squid.conf.erb
index fe8ed7853b42960d647aff84572ab76625271912..7236a4dd2780a0c025ac4a83c12374ebc3e1249c 100644 (file)
@@ -82,9 +82,10 @@ http_access allow purge purge_hosts
 http_access deny purge
 
 forwarded_for on
+follow_x_forwarded_for allow localhost
 
 #Loggin used for analysis
-logformat zerelog %ts.%03tu %rp "%{Etag}<h" %>a "%{User-Agent}>h"
+logformat zerelog %ts.%03tu %rp "%{Etag}<h" %>a "%{User-Agent}>h" %<st
 access_log /var/log/squid/zere.log zerelog
 
 access_log <%= node[:squid][:access_log] %>