From d06f2877e144452d9b33c4ff3fd4902764036536 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 12 Jul 2018 12:14:12 -0400 Subject: [PATCH] Normalize spacing in roundcube vhost template --- roundcube/templates/apache2/roundcube.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roundcube/templates/apache2/roundcube.conf b/roundcube/templates/apache2/roundcube.conf index cfa83db1..16911008 100644 --- a/roundcube/templates/apache2/roundcube.conf +++ b/roundcube/templates/apache2/roundcube.conf @@ -20,9 +20,9 @@ # Access to tinymce files - Options +Indexes +MultiViews +FollowSymLinks - AllowOverride None - Require all granted + Options +Indexes +MultiViews +FollowSymLinks + AllowOverride None + Require all granted @@ -56,8 +56,8 @@ Alias /javascript /usr/share/javascript/ - Options +FollowSymLinks +MultiViews - Require all granted + Options +FollowSymLinks +MultiViews + Require all granted SSLEngine On