Fix lists

This commit is contained in:
Fabian Affolter 2016-06-23 12:17:22 +02:00
parent 6f82bb236b
commit 5510f0ce90
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -13,6 +13,7 @@ ha_category: Infrastructure
This is an example about how you can configure Apache to act as a proxy for home assistant.
This is useful if you want to have:
* a subdomain redirecting to your home assistant instance
* several subdomain for several instance
* HTTPS redirection
@ -41,6 +42,7 @@ and make sure that this file is read by apache's main configiuration file `/etc/
Include conf/extra/hass.conf
...
```
If you don't want HTTPS, you can change `<VirtualHost *:443>` to `<VirtualHost *:80>` or better consider redirecting all HTTP to HTTPS.