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

customer/fimf#85 Add GeoIP support to Apache and to Drupal sites, default off

parent b73f96bc
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,12 @@
<Directory {{ docRoot }}/.git/>
Require all denied
</Directory>
{% if drupal_domain.geoip|default(False) %}
<IfModule mod_geoip.c>
GeoIPEnable On
GeoIPDBFile /usr/share/GeoIP/GeoIP.dat
</IfModule>
{% endif %}
ErrorLog {{ apacheLogDir }}/{{ drupal_domain.domain }}-error.log
LogLevel warn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment