Site updated at 2017-07-26 21:02:14 UTC

This commit is contained in:
Travis CI 2017-07-26 21:02:15 +00:00
parent ff6f166666
commit 9ef200cd0f
29 changed files with 56 additions and 56 deletions

View file

@ -6,22 +6,22 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nginx SSL proxy - Home Assistant</title>
<title>NGINX SSL proxy - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Nginx Home Assistant SSL proxy">
<meta name="description" content="NGINX Home Assistant SSL proxy.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/addons/nginx_proxy/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Nginx SSL proxy">
<meta property="og:title" content="NGINX SSL proxy">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/addons/nginx_proxy/">
<meta property="og:type" content="article">
<meta property="og:description" content="Nginx Home Assistant SSL proxy">
<meta property="og:description" content="NGINX Home Assistant SSL proxy.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Nginx SSL proxy">
<meta name="twitter:description" content="Nginx Home Assistant SSL proxy">
<meta name="twitter:title" content="NGINX SSL proxy">
<meta name="twitter:description" content="NGINX Home Assistant SSL proxy.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -71,11 +71,11 @@
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_addons/nginx_proxy.markdown'>Edit this page on GitHub</a></div>
<header>
<h1 class="title indent">
Nginx SSL Proxy
NGINX SSL Proxy
</h1>
</header>
<hr class="divider">
<p>Setup a SSL proxy with nginx and redirect port 80 to 443. Make sure you have generate certificate before you start this add-on.</p>
<p>Setup a SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generate certificate before you start this add-on.</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">
</span><span class="p">}</span><span class="w">
@ -86,7 +86,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>. It exists a the moment no UI function for that, so you need call hass.io API with ssh addon:
It is possible to deactive port 80 if you need this for things like <code class="highlighter-rouge">emulate_hue</code>. It exists a the moment no UI function for that, so you need call Hass.io API with SSH addon:
<code class="highlighter-rouge">curl -d '{"network": {"443/tcp": 443}}' http://172.17.0.2/addons/core_nginx_proxy/options</code>
</p>
</article>