Fix virtual host configuration for hacecalor.es: updated docker-compose.yml volume mount and corrected vhost log file names
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 27s
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 27s
This commit is contained in:
12
apache/vhosts/hacecalor.conf
Normal file
12
apache/vhosts/hacecalor.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- ./html:/var/www/html
|
||||
- ./apache/vhosts:/etc/apache2/sites-enabled
|
||||
- /home/hacecalor.es/public_html:/var/www/html/hacecalor.es/public_html
|
||||
- /home/f80ans0/hacecalor_test/public_html:/var/www/html/hacecalor.es/public_html
|
||||
depends_on:
|
||||
- php
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user