Added pagin role 3

This commit is contained in:
Guillem Hernandez Sola
2025-06-18 14:21:52 +02:00
parent 9438d4a546
commit f3b91f310f

View File

@@ -1,14 +1,14 @@
<VirtualHost *:80>
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
<Directory /var/www/exemple.com/public_html>
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted