This commit is contained in:
AnsibleGuy 2023-12-09 15:29:25 +01:00
parent 564a989a0a
commit 1befaf96d8
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
2 changed files with 4 additions and 3 deletions

View File

@ -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!

View File

@ -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: []