Fix broken syntax highlighting
This commit is contained in:
parent
2233bbb6c9
commit
f2d5e91679
2 changed files with 4 additions and 30 deletions
|
@ -25,7 +25,7 @@ Your home assistant is correctly working on this web server and available at loc
|
|||
|
||||
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`
|
||||
|
||||
```apacheconf
|
||||
```text
|
||||
<VirtualHost *:443>
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
|
@ -37,7 +37,7 @@ To be able to access to your home assistant instance by using https://home.examp
|
|||
|
||||
and make sure that this file is read by apache's main configiuration file `/etc/httpd/conf/httpd.conf`
|
||||
|
||||
```apacheconf
|
||||
```text
|
||||
...
|
||||
Include conf/extra/hass.conf
|
||||
...
|
||||
|
@ -69,7 +69,7 @@ Start home assistant: Now, you have another instance running on localhost:8124
|
|||
|
||||
To access this instance by using https://countryside.example.org add to `/etc/httpd/conf/extra/hass.conf`
|
||||
|
||||
```apacheconf
|
||||
```text
|
||||
<VirtualHost *:443>
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
|
@ -83,7 +83,7 @@ To access this instance by using https://countryside.example.org add to `/etc/ht
|
|||
|
||||
Add to your `/etc/httpd/conf/extra/hass.conf`
|
||||
|
||||
```apacheconf
|
||||
```text
|
||||
<VirtualHost *:80>
|
||||
ServerName example.org
|
||||
ServerSignature Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue