Skip to content

Commit 9c7b5e7

Browse files
authored
Merge pull request #100 from dotkernel/issue-98-2
Removed `ServerAlias` from virtualhost template file
2 parents 84509b2 + d895d66 commit 9c7b5e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wsl/roles/virtualhost/templates/virtualhost.conf.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<VirtualHost *:{{ apache_port }}>
22
ServerName {{ virtualhost }}
3-
ServerAlias www.{{ virtualhost }}
4-
53
ServerAdmin webmaster@localhost
64
DocumentRoot {{ apache_root_dir }}/{{ virtualhost }}/html/public
75

0 commit comments

Comments
 (0)