From b73af61eb93c7f67dbe383bc3f79a2f6e59044b9 Mon Sep 17 00:00:00 2001 From: Emanuele Palombo Date: Mon, 13 Feb 2017 12:54:47 +0100 Subject: [PATCH] Update apache_configuration.markdown (#1777) --- source/_cookbook/apache_configuration.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_cookbook/apache_configuration.markdown b/source/_cookbook/apache_configuration.markdown index 56f5c693921..02bc83aeb35 100644 --- a/source/_cookbook/apache_configuration.markdown +++ b/source/_cookbook/apache_configuration.markdown @@ -23,6 +23,9 @@ 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 localhost:8123 +Enable `mod_proxy_wstunnel` by running: +`sudo a2enmod proxy_wstunnel` + To be able to access to your home assistant instance by using https://home.example.org, add to following file into `/etc/httpd/conf/extra/hass.conf` ```text