From db504f39061a386383ed2cef5f741171571b2834 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Tue, 12 Apr 2022 21:32:59 -0400 Subject: [PATCH] Formatting apache2_nextcloud.conf.j2 --- templates/apache2_nextcloud.conf.j2 | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/templates/apache2_nextcloud.conf.j2 b/templates/apache2_nextcloud.conf.j2 index 52fb62b..75a3e80 100644 --- a/templates/apache2_nextcloud.conf.j2 +++ b/templates/apache2_nextcloud.conf.j2 @@ -1,16 +1,18 @@ # {{ ansible_managed }} - DocumentRoot {{ nextcloud_www_path }} - ServerName {{ ansible_hostname }}.{{ domain_name }} - - - Require all granted - AllowOverride All - Options FollowSymLinks MultiViews - - - Dav off - - + DocumentRoot {{ nextcloud_www_path }} + ServerName {{ ansible_hostname }}.{{ domain_name }} + + + Require all granted + AllowOverride All + Options FollowSymLinks MultiViews + + + Dav off + + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet