Remove old apache2 vhosts
This commit is contained in:
parent
d7f34587be
commit
fa963a3adb
@ -1,13 +0,0 @@
|
|||||||
# Configuration for {{ dokuwiki_url }}
|
|
||||||
# vim:ft=apache:
|
|
||||||
|
|
||||||
# Website configuration
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName {{ dokuwiki_url }}
|
|
||||||
DocumentRoot {{ dokuwiki_webroot }}
|
|
||||||
<Directory "{{ dokuwiki_webroot }}">
|
|
||||||
Require all granted
|
|
||||||
AllowOverride All
|
|
||||||
Options MultiViews FollowSymlinks
|
|
||||||
</Directory>
|
|
||||||
</VirtualHost>
|
|
@ -1,13 +0,0 @@
|
|||||||
# Configuration for {{ gitlab_url }}
|
|
||||||
# vim:ft=apache:
|
|
||||||
|
|
||||||
# Website configuration
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName {{ gitlab_url }}
|
|
||||||
DocumentRoot {{ gitlab_webroot }}
|
|
||||||
<Directory "{{ gitlab_webroot }}">
|
|
||||||
Require all granted
|
|
||||||
AllowOverride All
|
|
||||||
Options MultiViews FollowSymlinks
|
|
||||||
</Directory>
|
|
||||||
</VirtualHost>
|
|
@ -1,13 +0,0 @@
|
|||||||
# Configuration for {{ gitweb_url }}
|
|
||||||
# vim:ft=apache:
|
|
||||||
|
|
||||||
# Website configuration
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName {{ gitweb_url }}
|
|
||||||
DocumentRoot {{ gitweb_webroot }}
|
|
||||||
<Directory "{{ gitweb_webroot }}">
|
|
||||||
Require all granted
|
|
||||||
AllowOverride All
|
|
||||||
Options MultiViews FollowSymlinks
|
|
||||||
</Directory>
|
|
||||||
</VirtualHost>
|
|
@ -1,13 +0,0 @@
|
|||||||
# Configuration for {{ nextcloud_url }}
|
|
||||||
# vim:ft=apache:
|
|
||||||
|
|
||||||
# Website configuration
|
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerName {{ nextcloud_url }}
|
|
||||||
DocumentRoot {{ nextcloud_webroot }}
|
|
||||||
<Directory "{{ nextcloud_webroot }}">
|
|
||||||
Require all granted
|
|
||||||
AllowOverride All
|
|
||||||
Options MultiViews FollowSymlinks
|
|
||||||
</Directory>
|
|
||||||
</VirtualHost>
|
|
Loading…
x
Reference in New Issue
Block a user