gonx/gonx.conf
2025-06-02 17:51:28 +05:00

10 lines
524 B
Text

LogLevel = "INFO" # Log level (DEBUG, INFO, WARN, ERROR)
TlsKeysDir = "/etc/letsencrypt/live" # Path to TLS-certificates generated by Certbot
TlsListenAddr = ":443" # TLS listen address
HttpListenAddr = ":80" # HTTP listen address
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"