13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
apache_vhosts:
|
|
- servername: orsys.fr
|
|
serveralias: www.orsys.fr
|
|
documentroot: /var/www/html/orsys.fr
|
|
accesslog: "{{ apache_log_dir }}/access_orsys.fr_log"
|
|
errorlog: "{{ apache_log_dir }}/error_orsys.fr_log"
|
|
- servername: thomas.fr
|
|
serveralias: www.thomas.fr
|
|
documentroot: /var/www/html/thomas.fr
|
|
accesslog: "{{ apache_log_dir }}/access_thomas.fr_log"
|
|
errorlog: "{{ apache_log_dir }}/error_thomas.fr_log"
|
|
documentrootoptions: indexes
|