more variables
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<VirtualHost *:{{ http_port }}>
|
||||
ServerName {{ servername }}
|
||||
ServerAlias {{ serveralias }}
|
||||
ServerAlias {{ inventory_hostname }}
|
||||
DocumentRoot {{ documentroot }}
|
||||
CustomLog {{ accesslog }} combined
|
||||
ErrorLog {{ errorlog }}
|
||||
|
||||
Reference in New Issue
Block a user