Update how_to_setup_reverse_proxy.md

This commit is contained in:
sunstep 2024-09-24 14:02:33 +02:00 committed by GitHub
parent 85cdf7fd50
commit d6e169d83b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ dawarich_app:
...
environment:
...
APPLICATION_HOST: "yourhost.com" <-- Edit this
APPLICATION_HOST: "yourhost.com" <------------------------------ Edit this
APPLICATION_HOSTS: "yourhost.com,www.yourhost.com,127.0.0.1" <-- Edit this
```
@ -25,7 +25,7 @@ dawarich_sidekiq:
...
environment:
...
APPLICATION_HOST: "yourhost.com" <-- Edit this
APPLICATION_HOST: "yourhost.com" <------------------------------ Edit this
APPLICATION_HOSTS: "yourhost.com,www.yourhost.com,127.0.0.1" <-- Edit this
...
```