Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 414 Bytes

File metadata and controls

21 lines (19 loc) · 414 Bytes
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
    }
}