Site updated at 2017-06-05 16:54:44 UTC

This commit is contained in:
Travis CI 2017-06-05 16:54:44 +00:00
parent b94cfaa728
commit 0dbec67ca3
27 changed files with 42 additions and 42 deletions

View file

@ -76,7 +76,7 @@
</ul>
<h4><a class="title-link" name="subdomain" href="#subdomain"></a> Subdomain</h4>
<p>So you already have a working Apache server available at example.org. Your Home Assistant is correctly working on this web server and available at http://localhost:8123</p>
<p>Enable <a href="https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.htm"><code class="highlighter-rouge">mod_proxy_wstunnel</code></a> by running if you encounter issues while serving Home Assistant through your proxy:</p>
<p>Enable <a href="https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html"><code class="highlighter-rouge">mod_proxy_wstunnel</code></a> by running if you encounter issues while serving Home Assistant through your proxy:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo a2enmod proxy_wstunnel
</code></pre>
</div>