Simplify Caddy example fqdn

This commit is contained in:
sunstep 2024-09-27 14:42:42 +02:00 committed by GitHub
parent 54c930ae24
commit 5850f2f1c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,7 @@ Lastly, edit your Caddy config as needed:
https_port 443
}
<YOUR FQDN HERE (ex. dawarich.example.com)> {
timeline.example.com {
reverse_proxy dawarich_app:3000
encode brotli {
@ -171,8 +171,7 @@ Lastly, edit your Caddy config as needed:
}
```
At your FQDN, do not include < >
timeline.example.com is an example, use your own (sub) domain.
---