mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Simplify Caddy example fqdn
This commit is contained in:
parent
54c930ae24
commit
5850f2f1c4
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue