mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 01:01:39 -05:00
Update how_to_setup_reverse_proxy.md
This commit is contained in:
parent
85cdf7fd50
commit
d6e169d83b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
...
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue