mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(config): sync performance settings
This commit is contained in:
parent
2d3a5e2a16
commit
3502227510
6 changed files with 73 additions and 56 deletions
|
@ -5,4 +5,5 @@ import "github.com/uozi-tech/cosy"
|
|||
var (
|
||||
e = cosy.NewErrorScope("config")
|
||||
ErrPathIsNotUnderTheNginxConfDir = e.New(50006, "path: {0} is not under the nginx conf dir: {1}")
|
||||
ErrDstFileExists = e.New(50007, "destination file: {0} already exists")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue