Update apache.markdown

This commit is contained in:
IIIdefconIII 2019-05-29 22:33:22 +02:00 committed by GitHub
parent 6425d04665
commit 89d2eac713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Enable [`mod_proxy_wstunnel`](https://httpd.apache.org/docs/2.4/mod/mod_proxy_ws
$ sudo a2enmod proxy_wstunnel $ sudo a2enmod proxy_wstunnel
``` ```
To be able to access to your Home Assistant instance by using https://home.example.org, add to following file to `/etc/httpd/conf/extra/` as `hass.conf` To be able to access to your Home Assistant instance by using https://home.example.org, add the following file to `/etc/httpd/conf/extra/` as `hass.conf`
```text ```text
<VirtualHost *:443> <VirtualHost *:443>