2
0

Variable: mise au point

This commit is contained in:
2020-05-07 11:01:40 +02:00
parent 3440a5ec26
commit c8166488a1
4 changed files with 11 additions and 8 deletions

View File

@@ -19,11 +19,11 @@ http_port: 80
Hosts Variables:
---------------
apache_servername: orsys.fr
apache_serveralias: "www.orsys.fr"
apache_documentroot: /var/www/html/orsys.fr
apache_accesslog: /var/log/httpd/access_orsys.fr_log
apache_errorlog: /var/log/httpd/error_orsys.fr_log
apache_servername: no default
apache_serveralias: no default
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
Dependencies
------------