docs: use valid example domain names

Replace .site domains and domain.com with valid example domains.

Fixes #16269
Closes #16270
This commit is contained in:
Terence Eden 2025-02-08 22:20:30 +00:00 committed by Daniel Stenberg
parent 116950a250
commit a042c67df3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 7 additions and 7 deletions

View file

@ -582,7 +582,7 @@ Example, set default time out and proxy in a config file:
# We want a 30 minute timeout:
-m 1800
# ... and we use a proxy for all accesses:
proxy = proxy.our.domain.com:8080
proxy = proxy.our.domain.example.com:8080
Whitespaces ARE significant at the end of lines, but all whitespace leading
up to the first characters of each line are ignored.