From a849b329a74186d2b2ff79af4b14fa511d010802 Mon Sep 17 00:00:00 2001 From: MichaIng <28480705+MichaIng@users.noreply.github.com> Date: Mon, 19 Aug 2019 15:40:00 +0200 Subject: Use syntax with cases according to official docs + Ref: https://github.com/nextcloud/server/pull/16792/files#r315207691 Signed-off-by: Micha Felle --- config/.htaccess | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'config/.htaccess') diff --git a/config/.htaccess b/config/.htaccess index 192cdd2aa93..857df9bbbac 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,23 +1,23 @@ # Section for Apache 2.4 and 2.5 - + Require all denied - - + + Deny from all Satisfy All - + # Section for Apache 2.2 - - - + + + Deny from all - + Satisfy All - - + + # Section for Apache 2.2 to 2.5 - + IndexIgnore * - + -- cgit v1.2.3