default services conflit ?
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName {{ hostname }}
|
||||
ServerAlias www.{{ hostname }}
|
||||
ServerAlias m.{{ hostname }}
|
||||
DocumentRoot {{ docroot }}
|
||||
|
||||
<Directory {{ docroot }}>
|
||||
Options All
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user