mirror of
https://github.com/nxshock/gonx.git
synced 2025-07-01 23:53:35 +05:00
Add unix socket support
This commit is contained in:
parent
ea03e2c4fb
commit
23fbce06c9
2 changed files with 41 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue