Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 9, 2023
1 parent 564a989 commit 1befaf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!<br>
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!<br>

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!
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/2_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 1befaf9

Please sign in to comment.