mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
9 lines
196 B
Twig
9 lines
196 B
Twig
# {{ managedText|raw }}
|
|
|
|
<VirtualHost *:80>
|
|
DocumentRoot /var/www/html/{{ drupal.docroot }}
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|