Replace example.tld with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-17 22:32:32 +09:00
parent 288a711af6
commit d218e93155
4 changed files with 10 additions and 10 deletions

View File

@ -11,6 +11,6 @@ To get started, first follow the [front the integrated reverse-proxy webserver w
## Using the Caddyfile
You can either just use the [Caddyfile](Caddyfile) directly or append its content to your own Caddyfile.
In both cases make sure to replace all the `example.tld` domains with your own domain.
In both cases make sure to replace all the `example.com` domains with your own domain.
This example does not include additional services like element, but you should be able copy the first block and replace the matrix subdomain with the additional services subdomain. I have not tested this though.