typos
This commit is contained in:
parent
564a989a0a
commit
1befaf96d8
|
|
@ -89,8 +89,9 @@ Also some basic mods will get a pre-config added. (_prefork, evasive_)
|
||||||
* **Note:** This role expects that the site's unencrypted 'server' will only redirect to its encrypted connection.
|
* **Note:** This role expects that the site's unencrypted 'server' will only redirect to its encrypted connection.
|
||||||
|
|
||||||
|
|
||||||
* **Note:** If you want all domain-names to get 'caught' by a site/server you need to add a star/wildcard '*' as alias!<br>
|
* **Note:** If you want any requested domain to get handled by a site/server you need to add a **wildcard** '*' as alias!<br>
|
||||||
BUT: You still have to provide a main domain!
|
|
||||||
|
BUT: You still have to provide a main domain!
|
||||||
|
|
||||||
|
|
||||||
* **Warning:** Not every setting/variable you provide will be checked for validity. Bad config might break the role!
|
* **Warning:** Not every setting/variable you provide will be checked for validity. Bad config might break the role!
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ defaults_site:
|
||||||
port_ssl: 443
|
port_ssl: 443
|
||||||
listen: '*'
|
listen: '*'
|
||||||
name:
|
name:
|
||||||
# name is used to set the filename of of the apache config file under the
|
# name is used to set the filename of the apache config file under the
|
||||||
# sites_available directory (like "site_{{name}}.conf").
|
# sites_available directory (like "site_{{name}}.conf").
|
||||||
domain:
|
domain:
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue