
* 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
414 B
414 B
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Caddy Server reverse proxy | Configure Caddy Server as a reverse proxy to Home Assistant. | 2017-08-22 22:20 | true | false | true | true |
Configure Caddy Server for use as a reverse proxy to Home Assistant.
hass.example.org {
proxy / localhost:8123 {
websocket
transparent
}
}