mirror of
https://github.com/nxshock/gonx.git
synced 2025-07-01 23:53:35 +05:00
Initial commit
This commit is contained in:
commit
0b430973c9
14 changed files with 460 additions and 0 deletions
9
gonx.conf
Normal file
9
gonx.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue