Document systemd socket listener

This commit is contained in:
Andrew Ferrazzutti
2024-03-01 10:43:45 -05:00
committed by Quentin Gliech
parent ee50b2b581
commit ecd4a0b90d

View File

@@ -29,6 +29,10 @@ http:
# OR bind on a Unix domain socket
#- socket: /var/run/mas.sock
# OR bind on a systemd socket
#- fd: 0
# kind: tcp # or unix
# Optional: use the PROXY protocol
#proxy_protocol: true
```