Site updated at 2018-01-21 17:19:20 UTC

This commit is contained in:
Travis CI 2018-01-21 17:19:21 +00:00
parent f162ffdf5a
commit 01c5ac1c51
44 changed files with 123 additions and 122 deletions

View file

@ -75,7 +75,7 @@
</h1>
</header>
<hr class="divider">
<p>Setup a SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generated a certificate before you start this add-on.</p>
<p>Setup an SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generated a certificate before you start this add-on.</p>
<p>In the <code class="highlighter-rouge">http</code> section of the <code class="highlighter-rouge">configuration.yaml</code> file remove <code class="highlighter-rouge">ssl_certificate</code> and <code class="highlighter-rouge">ssl_key</code> and dont enter the port in the <code class="highlighter-rouge">base_url</code> to avoid a HTTP 502 error.</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"domain"</span><span class="p">:</span><span class="w"> </span><span class="s2">"home.example.com"</span><span class="w">
@ -87,7 +87,7 @@
<li><strong>domain</strong> (<em>Required</em>): Domain they will proxy run with it.</li>
</ul>
<p class="note">
It is possible to deactive port 80 if you need this for things like <code class="highlighter-rouge">emulate_hue</code>. Remove the host port from Network option of this add-on.
It is possible to deactivate port 80 if you need this for things like <code class="highlighter-rouge">emulate_hue</code>. Remove the host port from Network option of this add-on.
</p>
</article>
</div>