diff --git a/training/practica-3-jinja2/apache2/files/hosts.conf b/training/practica-3-jinja2/apache2/files/hosts.conf index 77e8ded..bf91612 100644 --- a/training/practica-3-jinja2/apache2/files/hosts.conf +++ b/training/practica-3-jinja2/apache2/files/hosts.conf @@ -1,14 +1,14 @@ - ServerAdmin webmaster@exemple.com - ServerName exemple.com - ServerAlias www.exemple.com + ServerAdmin webmaster@ansible.local + ServerName ansible.local + ServerAlias www.ansible.local - DocumentRoot /var/www/exemple.com/public_html + DocumentRoot /var/www/html - ErrorLog ${APACHE_LOG_DIR}/exemple.com_error.log - CustomLog ${APACHE_LOG_DIR}/exemple.com_access.log combined + ErrorLog ${APACHE_LOG_DIR}/ansible.local_error.log + CustomLog ${APACHE_LOG_DIR}/ansible.local_access.log combined - + Options Indexes FollowSymLinks AllowOverride All Require all granted