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