projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more bounce spammers
[ansible.git]
/
roles
/
apache
/
templates
/
defaults.conf
1
# Set server name and admin
2
ServerAdmin {{apache.webmaster}}
3
ServerName {{apache.server_name}}
4
5
# Anonymize error log
6
ErrorLog "||/etc/apache2/log-anon ${APACHE_LOG_DIR}/error.log"