Skip to content

Commit 34416a5

Browse files
authored
Merge pull request #99 from dotkernel/issue-98
Issue #98: Removed `ServerAlias` from virtualhost template file
2 parents e59221b + a3a6424 commit 34416a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<VirtualHost *:{{ apache_port }}>
22
ServerName {{ virtualhost }}
3-
ServerAlias www.{{ virtualhost }}
43

54
ServerAdmin webmaster@localhost
65
DocumentRoot {{ apache_root_dir }}/{{ virtualhost }}/html/public

0 commit comments

Comments
 (0)