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
11
consts.go
Normal file
11
consts.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package main
|
||||
|
||||
const (
|
||||
defaultConfigPath = "/etc/gonx.conf"
|
||||
defaultTlsKeysPath = "/etc/letsencrypt/live"
|
||||
|
||||
defaultCertFileName = "fullchain.pem"
|
||||
defaultKeyFileName = "privkey.pem"
|
||||
|
||||
defaultAcmeChallengePath = "/.well-known/acme-challenge/"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue