ex variables: mise au point
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<VirtualHost *:{{ http_port }}>
|
||||
ServerName {{ servername }}
|
||||
ServerAlias {{ serveralias }}
|
||||
ServerName {{ apache_servername }}
|
||||
ServerAlias {{ apache_serveralias }}
|
||||
ServerAlias {{ inventory_hostname }}
|
||||
DocumentRoot {{ documentroot }}
|
||||
CustomLog {{ accesslog }} combined
|
||||
ErrorLog {{ errorlog }}
|
||||
DocumentRoot {{ apache_documentroot }}
|
||||
CustomLog {{ apache_accesslog }} combined
|
||||
ErrorLog {{ apache_errorlog }}
|
||||
<Directory />
|
||||
Options none
|
||||
Allowoverride none
|
||||
Require all denied
|
||||
</Directory>
|
||||
|
||||
<Directory {{ documentroot }}>
|
||||
<Directory {{ apache_documentroot }}>
|
||||
Require all granted
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user