Files
LampDocker/apache/vhosts/hacecalor.conf
Antoni Nuñez Romeu c163358f38
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 27s
Fix virtual host configuration for hacecalor.es: updated docker-compose.yml volume mount and corrected vhost log file names
2026-04-13 18:41:11 +02:00

12 lines
366 B
Plaintext

<VirtualHost *:80>
ServerName hacecalor.es
DocumentRoot /var/www/html/hacecalor.es/public_html
<Directory /var/www/html/hacecalor.es/public_html>
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/hacecalor_error.log
CustomLog ${APACHE_LOG_DIR}/hacecalor_access.log combined
</VirtualHost>