mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Updated http base_url sample (#7639)
* Updated http base_url sample The base_url example incorrectly referenced a duck dns link with https instead of http which may be confusing for some users. * Corrected base_url example.
This commit is contained in:
parent
1d0ec122eb
commit
c4ef0394c2
@ -55,7 +55,7 @@ Use the following configuration in Home Assistant to use the generated certifica
|
||||
|
||||
```yaml
|
||||
http:
|
||||
base_url: https://my-domain.duckdns.org:8123
|
||||
base_url: my-domain.duckdns.org:8123
|
||||
ssl_certificate: /ssl/fullchain.pem
|
||||
ssl_key: /ssl/privkey.pem
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user