Skip to content

Commit b73af61

Browse files
elbowzfabaff
authored andcommitted
Update apache_configuration.markdown (home-assistant#1777)
1 parent 313ffba commit b73af61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_cookbook/apache_configuration.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ This is useful if you want to have:
2323
So you already have a working Apache server available at example.org.
2424
Your home assistant is correctly working on this web server and available at localhost:8123
2525

26+
Enable `mod_proxy_wstunnel` by running:
27+
`sudo a2enmod proxy_wstunnel`
28+
2629
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`
2730

2831
```text

0 commit comments

Comments
 (0)