mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -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
|
https_port 443
|
||||||
}
|
}
|
||||||
|
|
||||||
<YOUR FQDN HERE (ex. dawarich.example.com)> {
|
timeline.example.com {
|
||||||
reverse_proxy dawarich_app:3000
|
reverse_proxy dawarich_app:3000
|
||||||
|
|
||||||
encode brotli {
|
encode brotli {
|
||||||
|
|
@ -171,8 +171,7 @@ Lastly, edit your Caddy config as needed:
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
timeline.example.com is an example, use your own (sub) domain.
|
||||||
At your FQDN, do not include < >
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue