3ebfdf05e1
When using nginx to terminate TLS (like it's done in Bifrost), it's more secure to use a Unix socket for communication, so that local users cannot access plain text communication. Change-Id: I37b762cca035b5855deb92635c29e8eb97a87c20
6 lines
160 B
YAML
6 lines
160 B
YAML
---
|
|
features:
|
|
- |
|
|
Supports listening on a Unix socket instead of a normal TCP socket.
|
|
This is useful with an HTTP server such as nginx in proxy mode.
|