docs: Always use example.com (#21)

Replace www.site.com with www.example.com
This commit is contained in:
Toby Allen 2020-04-09 16:02:12 +01:00 committed by GitHub
parent 632345845c
commit 0480b129f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ Wildcards (`*`) may be used, but only to represent precisely one label of the ho
If multiple sites share the same definition, you can list all of them together: If multiple sites share the same definition, you can list all of them together:
``` ```
localhost:8080, example.com, www.site.com localhost:8080, example.com, www.example.com
``` ```
or or
@ -181,7 +181,7 @@ or
``` ```
localhost:8080, localhost:8080,
example.com, example.com,
www.site.com www.example.com
``` ```
Notice how the commas indicate the continuation of addresses. Notice how the commas indicate the continuation of addresses.