mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Minor updates
This commit is contained in:
parent
d5d3d637ac
commit
82c9798f10
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Apache Configuration"
|
title: "Apache Configuration"
|
||||||
description: "Configure Apache to work with home assistant as a subdomain"
|
description: "Configure Apache to work with Home Assistant as a subdomain"
|
||||||
date: 2016-06-20 13:05
|
date: 2016-06-20 13:05
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -22,7 +22,7 @@ This is useful if you want to have:
|
|||||||
|
|
||||||
So you already have a working Apache server available at example.org. Your Home Assistant is correctly working on this web server and available at http://localhost:8123
|
So you already have a working Apache server available at example.org. Your Home Assistant is correctly working on this web server and available at http://localhost:8123
|
||||||
|
|
||||||
Enable [`mod_proxy_wstunnel`]((https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.htm) by running if you encounter issues while serving Home Assistant through your proxy:
|
Enable [`mod_proxy_wstunnel`](https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.htm) by running if you encounter issues while serving Home Assistant through your proxy:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo a2enmod proxy_wstunnel
|
$ sudo a2enmod proxy_wstunnel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user