mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat(wip): self check
This commit is contained in:
parent
5911462f90
commit
ded74bbe0a
40 changed files with 1418 additions and 69 deletions
|
@ -5,6 +5,7 @@ type Nginx struct {
|
|||
ErrorLogPath string `json:"error_log_path" protected:"true"`
|
||||
LogDirWhiteList []string `json:"log_dir_white_list" protected:"true"`
|
||||
ConfigDir string `json:"config_dir" protected:"true"`
|
||||
ConfigPath string `json:"config_path" protected:"true"`
|
||||
PIDPath string `json:"pid_path" protected:"true"`
|
||||
TestConfigCmd string `json:"test_config_cmd" protected:"true"`
|
||||
ReloadCmd string `json:"reload_cmd" protected:"true"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue