Skip to content

Commit

Permalink
Merge pull request #3 from hroussez/fix-conf
Browse files Browse the repository at this point in the history
Fix log configuration
  • Loading branch information
tmatilai committed Oct 12, 2014
2 parents a34edb5 + f80a9e8 commit 7fbf64c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
@@ -1,5 +1,5 @@
IP = ENV.fetch('IP', '192.168.33.200')
BOX = ENV.fetch('BOX', 'debian-7')
BOX = ENV.fetch('BOX', 'chef/debian-7.6')

Vagrant.configure("2") do |config|
config.vm.box = BOX
Expand Down
3 changes: 3 additions & 0 deletions site-cookbooks/polipo/templates/default/config.erb
Expand Up @@ -153,3 +153,6 @@ allowedClients = <%= node['polipo']['allowed_clients'] %>
# Vary header (this is not a good idea):

# mindlesslyCacheVary = true

logSyslog = true
logFile = /var/log/polipo/polipo.log

0 comments on commit 7fbf64c

Please sign in to comment.