Formatting apache2_nextcloud.conf.j2
This commit is contained in:
parent
fee84b97f4
commit
db504f3906
@ -1,16 +1,18 @@
|
|||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DocumentRoot {{ nextcloud_www_path }}
|
DocumentRoot {{ nextcloud_www_path }}
|
||||||
ServerName {{ ansible_hostname }}.{{ domain_name }}
|
ServerName {{ ansible_hostname }}.{{ domain_name }}
|
||||||
|
|
||||||
<Directory {{ nextcloud_www_path }}>
|
<Directory {{ nextcloud_www_path }}>
|
||||||
Require all granted
|
Require all granted
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options FollowSymLinks MultiViews
|
Options FollowSymLinks MultiViews
|
||||||
|
|
||||||
<IfModule mod_dav.c>
|
<IfModule mod_dav.c>
|
||||||
Dav off
|
Dav off
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user