From ab98f93e68bf1cc62d81f90365e36f37c299f054 Mon Sep 17 00:00:00 2001 From: btatu Date: Fri, 4 May 2018 15:31:37 +0200 Subject: [PATCH] fix pour apache --- HowtoApache.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HowtoApache.md b/HowtoApache.md index 703ff202..bd4fef37 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -485,9 +485,7 @@ Exemple : Autoriser que les visiteurs venant de France pour un accéder à un do ~~~ - SetEnvIf GEOIP_COUNTRY_CODE FR AllowCountry - Deny from all - Allow from env=AllowCountry + Require expr %{GEOIP_COUNTRY_CODE } == 'FR' ~~~