22
0
Fork 0

fix pour apache

This commit is contained in:
btatu 2018-05-04 15:31:37 +02:00
parent 1b1550e333
commit ab98f93e68
1 changed files with 1 additions and 3 deletions

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>
SetEnvIf GEOIP_COUNTRY_CODE FR AllowCountry
Deny from all
Allow from env=AllowCountry
Require expr %{GEOIP_COUNTRY_CODE } == 'FR'
</Directory>
~~~