Add unix socket example

This commit is contained in:
NXShock 2025-06-02 17:56:16 +05:00
parent 87698b6d52
commit b6c45bc386

View file

@ -27,5 +27,6 @@ AcmeChallengePath = "/var/lib/letsencrypt" # Path for ACME challenge files
# Map of hostname -> redirect URL
[TLS]
"git.host.com" = "tcp://127.0.0.1:8001" # TCP redirect
"unix.host.com" = "unix:///var/lib/app/app.socket" # serve unix socket
"www.host.com" = "file:///srv/http" # simple static file server from `/srv/http`
```