7 lines
152 B
ApacheConf
7 lines
152 B
ApacheConf
# Configuration for {{ website_url }}
|
|
# vim:ft=apache:
|
|
<VirtualHost *:80>
|
|
ServerName {{ website_url }}
|
|
DocumentRoot {{ website_root }}
|
|
</VirtualHost>
|