Add unix socket support

This commit is contained in:
NXShock 2025-06-02 17:51:28 +05:00
parent ea03e2c4fb
commit 23fbce06c9
2 changed files with 41 additions and 2 deletions

View file

@ -7,3 +7,4 @@ AcmeChallengePath = "/var/lib/letsencrypt" # Path for ACME challenge files
[TLS]
# "www.example.com" = "file:/srv/http"
# "git.example.com" = "tcp://127.0.0.1:8001"
# "unix.example.com" = "unix:///var/lib/app/app.socket"