Site updated at 2017-04-01 11:09:21 UTC

This commit is contained in:
Travis CI 2017-04-01 11:09:22 +00:00
parent 74f093c53d
commit 54f961fc5d
25 changed files with 45 additions and 41 deletions

View file

@ -101,16 +101,16 @@ Include conf/extra/hass.conf
<p>If you dont want HTTPS, you can change <code class="highlighter-rouge">&lt;VirtualHost *:443&gt;</code> to <code class="highlighter-rouge">&lt;VirtualHost *:80&gt;</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
&lt;VirtualHost *:443&gt;
</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>&lt;VirtualHost *:443&gt;
[...]
ProxyPass /api/websocket ws://localhost:8123/api/websocket disablereuse=on
[...]
ProxyPass / http://localhost:8123/ disablereuse=on
[...]
&lt;/VirtualHost&gt;
</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>