From d9f059a9e38895852d27558a68a648b320c72888 Mon Sep 17 00:00:00 2001 From: Neustradamus <104737+Neustradamus@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:08:23 +0100 Subject: [PATCH 1/2] Space removal Space removal --- Apache/SOGo-apple-ab.conf | 2 +- Apache/SOGo.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Apache/SOGo-apple-ab.conf b/Apache/SOGo-apple-ab.conf index 936fb98cc..dcfbee128 100644 --- a/Apache/SOGo-apple-ab.conf +++ b/Apache/SOGo-apple-ab.conf @@ -28,7 +28,7 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate - + Order deny,allow Allow from all diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index bb69ebeab..dbf70bf01 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -6,7 +6,7 @@ Alias /SOGo/WebServerResources/ \ AllowOverride None - + Order deny,allow Allow from all From 1fd4d54d595ee88fd6985e85e268d9c5f57fd19b Mon Sep 17 00:00:00 2001 From: Neustradamus <104737+Neustradamus@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:18:19 +0100 Subject: [PATCH 2/2] Empty line removal Empty line removal --- Apache/SOGo.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index dbf70bf01..69f421095 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -99,4 +99,3 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301] RewriteRule ^/.well-known/carddav/?$ /SOGo/dav [R=301] -