2
0

ex variables: mise au point

This commit is contained in:
2020-05-07 10:27:36 +02:00
parent 571d33cc58
commit 3440a5ec26
8 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
servername: cines.fr
serveralias: www.{{ servername }}
documentroot: /var/www/html/{{ servername }}
accesslog: /var/log/httpd/access_{{ servername }}_log
errorlog: /var/log/httpd/error_{{ servername }}_log
apache_servername: cines.fr
apache_serveralias: www.{{ servername }}
apache_documentroot: /var/www/html/{{ servername }}
apache_accesslog: /var/log/httpd/access_{{ servername }}_log
apache_errorlog: /var/log/httpd/error_{{ servername }}_log

View File

@@ -1,5 +1,5 @@
servername: orsys.fr
serveralias: www.orsys.fr
documentroot: /var/www/html/orsys.fr
accesslog: /var/log/httpd/access_orsys.fr_log
errorlog: /var/log/httpd/error_orsys.fr_log
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