mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: demo resources
This commit is contained in:
parent
a0c005f314
commit
7795740704
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- nginx-ui-network
|
||||
entrypoint:
|
||||
environment:
|
||||
- NGINX_UI_NODE_DEMO=true
|
||||
ports:
|
||||
- "9003:80"
|
||||
|
@ -13,7 +13,7 @@ services:
|
|||
nginx-demo-2:
|
||||
image: uozi/nginx-ui-demo:latest
|
||||
restart: always
|
||||
entrypoint:
|
||||
environment:
|
||||
- NGINX_UI_NODE_DEMO=true
|
||||
networks:
|
||||
- nginx-ui-network
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -65,7 +65,7 @@ Secret = newSecret
|
|||
Demo = false
|
||||
PageSize = 20
|
||||
HttpHost = 0.0.0.0
|
||||
RenewalInterval = 7
|
||||
CertRenewalInterval = 7
|
||||
RecursiveNameservers = 8.8.8.8,1.1.1.1
|
||||
SkipInstallation = false
|
||||
Name = Local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue