fix pour apache

This commit is contained in:
btatu 2018-05-04 15:31:37 +02:00
parent 1b1550e333
commit ab98f93e68

View file

@ -485,9 +485,7 @@ Exemple : Autoriser que les visiteurs venant de France pour un accéder à un do
~~~ ~~~
<Directory /var/www/foo/bar> <Directory /var/www/foo/bar>
SetEnvIf GEOIP_COUNTRY_CODE FR AllowCountry Require expr %{GEOIP_COUNTRY_CODE } == 'FR'
Deny from all
Allow from env=AllowCountry
</Directory> </Directory>
~~~ ~~~