Site updated at 2017-03-25 16:20:46 UTC
This commit is contained in:
parent
e92ccc2969
commit
e487eca74e
24 changed files with 41 additions and 41 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Apache Configuration - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Configure Apache to work with home assistant as a subdomain">
|
||||
<meta name="description" content="Configure Apache to work with Home Assistant as a subdomain">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/cookbook/apache_configuration/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/cookbook/apache_configuration/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Configure Apache to work with home assistant as a subdomain">
|
||||
<meta property="og:description" content="Configure Apache to work with Home Assistant as a subdomain">
|
||||
<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="Apache Configuration">
|
||||
<meta name="twitter:description" content="Configure Apache to work with home assistant as a subdomain">
|
||||
<meta name="twitter:description" content="Configure Apache to work with Home Assistant as a subdomain">
|
||||
<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">
|
||||
|
@ -75,7 +75,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 [<code class="highlighter-rouge">mod_proxy_wstunnel</code>]((https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.htm) 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.htm"><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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue