mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: update app.example.ini
This commit is contained in:
parent
7ee7b12cac
commit
1bf72009dc
1 changed files with 20 additions and 9 deletions
|
@ -1,13 +1,19 @@
|
|||
[server]
|
||||
HttpPort = 9000
|
||||
RunMode = debug
|
||||
JwtSecret =
|
||||
Email =
|
||||
HTTPChallengePort = 9180
|
||||
StartCmd = login
|
||||
Database = database
|
||||
CADir =
|
||||
Demo =
|
||||
HttpPort = 9000
|
||||
RunMode = debug
|
||||
JwtSecret =
|
||||
Email =
|
||||
HTTPChallengePort = 9180
|
||||
StartCmd = bash
|
||||
Database = database
|
||||
CADir =
|
||||
GithubProxy =
|
||||
NodeSecret =
|
||||
Demo = false
|
||||
PageSize = 10
|
||||
HttpHost = 0.0.0.0
|
||||
CertRenewalInterval = 7
|
||||
RecursiveNameservers =
|
||||
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.log
|
||||
|
@ -32,3 +38,8 @@ Certificate =
|
|||
Organization =
|
||||
Application =
|
||||
RedirectUri =
|
||||
|
||||
[logrotate]
|
||||
Enabled = false
|
||||
CMD = logrotate /etc/logrotate.d/nginx
|
||||
Interval = 1440
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue