7 lines
246 B
YAML
7 lines
246 B
YAML
---
|
|
# defaults file for myapache
|
|
http_port: 80
|
|
apache_documentroot: "/var/www/html/{{ apache_servername }}"
|
|
apache_accesslog: "/var/log/httpd/access_{{ apache_servername }}_log"
|
|
apache_errorlog: "/var/log/httpd/error_{{ apache_servername }}_log"
|