mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat: added custom nginx reload/restart cmd #140
This commit is contained in:
parent
cc6a325ddd
commit
01611ef622
7 changed files with 75 additions and 144 deletions
|
@ -8,12 +8,14 @@ StartCmd = login
|
|||
Database = database
|
||||
CADir =
|
||||
Demo =
|
||||
GithubProxy =
|
||||
NginxConfigDir =
|
||||
|
||||
[nginx_log]
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.log
|
||||
ErrorLogPath = /var/log/nginx/error.log
|
||||
ErrorLogPath = /var/log/nginx/error.log
|
||||
ConfigDir =
|
||||
PIDPath =
|
||||
ReloadCmd =
|
||||
RestartCmd =
|
||||
|
||||
[openai]
|
||||
Model =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue