Merge pull request 'home-assistant. README.md fix.' (#73) from feature_70_home_assistant into master
Reviewed-on: #73
This commit is contained in:
commit
86556f4f96
|
@ -9,9 +9,9 @@ To achieve that edit `configuration.yaml` after it was generated at first launch
|
|||
|
||||
```yaml
|
||||
# config/configuration.yaml
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- '127.0.0.1'
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- '127.0.0.1'
|
||||
- '::1'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue