From 1befaf96d81be1492c4f923e508a68124c67f570 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 9 Dec 2023 15:29:25 +0100 Subject: [PATCH] typos --- README.md | 5 +++-- defaults/main/2_site.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17ea493..e86ade1 100644 --- a/README.md +++ b/README.md @@ -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:** If you want all domain-names to get 'caught' by a site/server you need to add a star/wildcard '*' as alias!
-BUT: You still have to provide a main domain! +* **Note:** If you want any requested domain to get handled by a site/server you need to add a **wildcard** '*' as alias!
+ + 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! diff --git a/defaults/main/2_site.yml b/defaults/main/2_site.yml index 706949f..6207762 100644 --- a/defaults/main/2_site.yml +++ b/defaults/main/2_site.yml @@ -9,7 +9,7 @@ defaults_site: port_ssl: 443 listen: '*' 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"). domain: aliases: []