Skip to content
Snippets Groups Projects
Commit d2747c4b authored by jurgenhaas's avatar jurgenhaas
Browse files

Allow extra config for Drupal's Apache config file

parent 64c9059b
Branches
No related tags found
No related merge requests found
......@@ -63,6 +63,10 @@
</IfModule>
{% endif %}
{% for line in drupal_domain.apache_extras|default([]) %}
{{ line }}
{% endfor %}
ErrorLog {{ apacheLogDir }}/{{ drupal_domain.domain }}-error.log
LogLevel warn
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment