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
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- nginx-ui-network
|
- nginx-ui-network
|
||||||
entrypoint:
|
environment:
|
||||||
- NGINX_UI_NODE_DEMO=true
|
- NGINX_UI_NODE_DEMO=true
|
||||||
ports:
|
ports:
|
||||||
- "9003:80"
|
- "9003:80"
|
||||||
|
@ -13,7 +13,7 @@ services:
|
||||||
nginx-demo-2:
|
nginx-demo-2:
|
||||||
image: uozi/nginx-ui-demo:latest
|
image: uozi/nginx-ui-demo:latest
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint:
|
environment:
|
||||||
- NGINX_UI_NODE_DEMO=true
|
- NGINX_UI_NODE_DEMO=true
|
||||||
networks:
|
networks:
|
||||||
- nginx-ui-network
|
- nginx-ui-network
|
||||||
|
|
|
@ -3,7 +3,7 @@ PageSize = 10
|
||||||
JwtSecret = 6EEB622E-5C73-4082-AF76-7BAC337772F2
|
JwtSecret = 6EEB622E-5C73-4082-AF76-7BAC337772F2
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
Host =
|
Host = 0.0.0.0
|
||||||
Port = 9000
|
Port = 9000
|
||||||
RunMode = release
|
RunMode = release
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ RedirectUri =
|
||||||
[cert]
|
[cert]
|
||||||
Email = test@jackyu.cn
|
Email = test@jackyu.cn
|
||||||
CADir = https://acme-staging-v02.api.letsencrypt.org/directory
|
CADir = https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
RenewalInterval = 0
|
RenewalInterval = 7
|
||||||
RecursiveNameservers =
|
RecursiveNameservers = 8.8.8.8:53,1.1.1.1:53
|
||||||
HTTPChallengePort = 9180
|
HTTPChallengePort = 9180
|
||||||
|
|
||||||
[cluster]
|
[cluster]
|
||||||
|
@ -44,7 +44,7 @@ InsecureSkipVerify = false
|
||||||
[logrotate]
|
[logrotate]
|
||||||
Enabled = false
|
Enabled = false
|
||||||
CMD = logrotate /etc/logrotate.d/nginx
|
CMD = logrotate /etc/logrotate.d/nginx
|
||||||
Interval = 0
|
Interval = 1440
|
||||||
|
|
||||||
[nginx]
|
[nginx]
|
||||||
AccessLogPath =
|
AccessLogPath =
|
||||||
|
|
|
@ -65,7 +65,7 @@ Secret = newSecret
|
||||||
Demo = false
|
Demo = false
|
||||||
PageSize = 20
|
PageSize = 20
|
||||||
HttpHost = 0.0.0.0
|
HttpHost = 0.0.0.0
|
||||||
RenewalInterval = 7
|
CertRenewalInterval = 7
|
||||||
RecursiveNameservers = 8.8.8.8,1.1.1.1
|
RecursiveNameservers = 8.8.8.8,1.1.1.1
|
||||||
SkipInstallation = false
|
SkipInstallation = false
|
||||||
Name = Local
|
Name = Local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue