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> <VirtualHost *:80>
ServerAdmin webmaster@exemple.com ServerAdmin webmaster@ansible.local
ServerName exemple.com ServerName ansible.local
ServerAlias www.exemple.com ServerAlias www.ansible.local
DocumentRoot /var/www/exemple.com/public_html DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/exemple.com_error.log ErrorLog ${APACHE_LOG_DIR}/ansible.local_error.log
CustomLog ${APACHE_LOG_DIR}/exemple.com_access.log combined CustomLog ${APACHE_LOG_DIR}/ansible.local_access.log combined
<Directory /var/www/exemple.com/public_html> <Directory /var/www/html>
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride All AllowOverride All
Require all granted Require all granted