serveralias dazu
This commit is contained in:
parent
98eb4fc23b
commit
7d0849456d
@ -1,6 +1,7 @@
|
|||||||
<IfModule mod_ssl.c>
|
<IfModule mod_ssl.c>
|
||||||
<VirtualHost _default_:443>
|
<VirtualHost _default_:443>
|
||||||
ServerName {{ domainname }}
|
ServerName {{ domainname }}
|
||||||
|
ServerAlias {{ serveralias | default(domainname) }}
|
||||||
ServerAdmin webmaster@{{ domainname }}
|
ServerAdmin webmaster@{{ domainname }}
|
||||||
|
|
||||||
DocumentRoot "{{ docroot }}"
|
DocumentRoot "{{ docroot }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user