home-assistant. README.md fix. #73
|
@ -9,9 +9,9 @@ To achieve that edit `configuration.yaml` after it was generated at first launch
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# config/configuration.yaml
|
# config/configuration.yaml
|
||||||
http:
|
http:
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- '127.0.0.1'
|
- '127.0.0.1'
|
||||||
- '::1'
|
- '::1'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue