Site updated at 2017-04-01 11:09:21 UTC
This commit is contained in:
parent
74f093c53d
commit
54f961fc5d
25 changed files with 45 additions and 41 deletions
|
@ -101,16 +101,16 @@ Include conf/extra/hass.conf
|
|||
<p>If you don’t want HTTPS, you can change <code class="highlighter-rouge"><VirtualHost *:443></code> to <code class="highlighter-rouge"><VirtualHost *:80></code> or better consider redirecting all HTTP to HTTPS.</p>
|
||||
<p class="note">
|
||||
In case you are getting occasional HTTP 504 error messages (“Gateway Timeout”) when accessing the Web UI through your proxy, try adding disablereuse=on to both ProxyPass directives:
|
||||
<code class="highlighter-rouge">text
|
||||
<VirtualHost *:443>
|
||||
</p>
|
||||
<div class="language-text highlighter-rouge"><pre class="highlight"><code><VirtualHost *:443>
|
||||
[...]
|
||||
ProxyPass /api/websocket ws://localhost:8123/api/websocket disablereuse=on
|
||||
[...]
|
||||
ProxyPass / http://localhost:8123/ disablereuse=on
|
||||
[...]
|
||||
</VirtualHost>
|
||||
</code>
|
||||
</p>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h4><a class="title-link" name="multiple-instance" href="#multiple-instance"></a> Multiple Instance</h4>
|
||||
<p>You already have Home Assistant running on http://localhost:8123 and available at home.example.org as describe before. The configuration file for this Home Assistant is available in <code class="highlighter-rouge">/home/alice/.homeassistant/configuration.yaml</code></p>
|
||||
<p>You want another instance available at https://countryside.example.org</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue