ansible/roles/nextcloud/templates/apache2-vhost.conf

7 lines
152 B
Plaintext
Raw Normal View History

2020-02-05 21:54:30 -06:00
# Configuration for {{ website_url }}
# vim:ft=apache:
<VirtualHost *:80>
ServerName {{ website_url }}
DocumentRoot {{ website_root }}
</VirtualHost>