Reverse proxy details for Caddy Server (#3222)
* Reverse proxy details for Caddy Server Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant. * Update docs_navigation to include link to Caddy Update sidebar with link to new doc showing example of Caddy reverse proxy * Update caddy.markdown
This commit is contained in:
parent
285126b606
commit
e9c1684e71
2 changed files with 22 additions and 0 deletions
21
source/_docs/ecosystem/caddy.markdown
Normal file
21
source/_docs/ecosystem/caddy.markdown
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Caddy Server reverse proxy"
|
||||
description: "Configure Caddy Server as a reverse proxy to Home Assistant."
|
||||
date: 2017-08-22 22:20
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
Configure [Caddy Server](https://caddyserver.com/) for use as a reverse proxy to Home Assistant.
|
||||
|
||||
```
|
||||
hass.example.org {
|
||||
proxy / localhost:8123 {
|
||||
websocket
|
||||
transparent
|
||||
}
|
||||
}
|
||||
```
|
|
@ -163,6 +163,7 @@
|
|||
Remote access
|
||||
<ul>
|
||||
<li>{% active_link /docs/ecosystem/apache/ Apache %}</li>
|
||||
<li>{% active_link /docs/ecosystem/caddy/ Caddy Server %}</li>
|
||||
<li>{% active_link /docs/ecosystem/nginx/ NGINX %}</li>
|
||||
<li>{% active_link /docs/ecosystem/nginx_subdomain/ NGINX with subdomain%}</li>
|
||||
<li>{% active_link /docs/ecosystem/tor/ Tor Onion Service %}</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue