mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: demo resources
This commit is contained in:
parent
a0c005f314
commit
7795740704
3 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ PageSize = 10
|
|||
JwtSecret = 6EEB622E-5C73-4082-AF76-7BAC337772F2
|
||||
|
||||
[server]
|
||||
Host =
|
||||
Host = 0.0.0.0
|
||||
Port = 9000
|
||||
RunMode = release
|
||||
|
||||
|
@ -27,8 +27,8 @@ RedirectUri =
|
|||
[cert]
|
||||
Email = test@jackyu.cn
|
||||
CADir = https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
RenewalInterval = 0
|
||||
RecursiveNameservers =
|
||||
RenewalInterval = 7
|
||||
RecursiveNameservers = 8.8.8.8:53,1.1.1.1:53
|
||||
HTTPChallengePort = 9180
|
||||
|
||||
[cluster]
|
||||
|
@ -44,7 +44,7 @@ InsecureSkipVerify = false
|
|||
[logrotate]
|
||||
Enabled = false
|
||||
CMD = logrotate /etc/logrotate.d/nginx
|
||||
Interval = 0
|
||||
Interval = 1440
|
||||
|
||||
[nginx]
|
||||
AccessLogPath =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue