mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
This change enables Miniflux to serve TLS over Unix domain sockets. If `CERT_FILE` and `KEY_FILE` are configured, Unix socket listeners specified via `LISTEN_ADDR` will now automatically start with TLS enabled, using the provided certificates. This uses the existing `http.Server.ServeTLS` method. If no certificates are provided, Unix socket listeners will continue to operate as plain, non-TLS sockets. |
||
---|---|---|
.. | ||
cookie | ||
request | ||
response | ||
route | ||
server |