mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Fix lists
This commit is contained in:
parent
6f82bb236b
commit
5510f0ce90
@ -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 an example about how you can configure Apache to act as a proxy for home assistant.
|
||||||
|
|
||||||
This is useful if you want to have:
|
This is useful if you want to have:
|
||||||
|
|
||||||
* a subdomain redirecting to your home assistant instance
|
* a subdomain redirecting to your home assistant instance
|
||||||
* several subdomain for several instance
|
* several subdomain for several instance
|
||||||
* HTTPS redirection
|
* 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
|
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.
|
If you don't want HTTPS, you can change `<VirtualHost *:443>` to `<VirtualHost *:80>` or better consider redirecting all HTTP to HTTPS.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user