mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
docs: update docs about insecure skip verify
This commit is contained in:
parent
f1c0f8ddca
commit
6c7b644f60
9 changed files with 467 additions and 443 deletions
|
@ -133,3 +133,10 @@ Nginx UI 將不會創建系統初始的 acme 使用者,這意味著您無法
|
|||
- 類型:`string`
|
||||
|
||||
使用此選項自定義本地伺服器的名稱,以在環境指示器中顯示。
|
||||
|
||||
## InsecureSkipVerify
|
||||
|
||||
- 版本:`>= v2.0.0-beta.30`
|
||||
- 類型: `bool`
|
||||
|
||||
此選項用於配置 Nginx UI 伺服器在與其他伺服器建立 TLS 連接時是否跳過證書驗證。
|
||||
|
|
|
@ -3,24 +3,25 @@
|
|||
|
||||
## Server
|
||||
|
||||
| Configuration Setting | Environment Variable |
|
||||
| ----------------------------- | ------------------------------------- |
|
||||
| HttpPort | NGINX_UI_SERVER_HTTP_PORT |
|
||||
| RunMode | NGINX_UI_SERVER_RUN_MODE |
|
||||
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
|
||||
| HTTPChallengePort | NGINX_UI_SERVER_HTTP_CHALLENGE_PORT |
|
||||
| StartCmd | NGINX_UI_SERVER_START_CMD |
|
||||
| Database | NGINX_UI_SERVER_DATABASE |
|
||||
| CADir | NGINX_UI_SERVER_CA_DIR |
|
||||
| GithubProxy | NGINX_UI_SERVER_GITHUB_PROXY |
|
||||
| NodeSecret | NGINX_UI_SERVER_NODE_SECRET |
|
||||
| Demo | NGINX_UI_SERVER_DEMO |
|
||||
| PageSize | NGINX_UI_SERVER_PAGE_SIZE |
|
||||
| HttpHost | NGINX_UI_SERVER_HTTP_HOST |
|
||||
| CertRenewalInterval | NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL |
|
||||
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
|
||||
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
|
||||
| Name | NGINX_UI_SERVER_NAME |
|
||||
| Configuration Setting | Environment Variable |
|
||||
|------------------------| ------------------------------------- |
|
||||
| HttpPort | NGINX_UI_SERVER_HTTP_PORT |
|
||||
| RunMode | NGINX_UI_SERVER_RUN_MODE |
|
||||
| JwtSecret | NGINX_UI_SERVER_JWT_SECRET |
|
||||
| HTTPChallengePort | NGINX_UI_SERVER_HTTP_CHALLENGE_PORT |
|
||||
| StartCmd | NGINX_UI_SERVER_START_CMD |
|
||||
| Database | NGINX_UI_SERVER_DATABASE |
|
||||
| CADir | NGINX_UI_SERVER_CA_DIR |
|
||||
| GithubProxy | NGINX_UI_SERVER_GITHUB_PROXY |
|
||||
| NodeSecret | NGINX_UI_SERVER_NODE_SECRET |
|
||||
| Demo | NGINX_UI_SERVER_DEMO |
|
||||
| PageSize | NGINX_UI_SERVER_PAGE_SIZE |
|
||||
| HttpHost | NGINX_UI_SERVER_HTTP_HOST |
|
||||
| CertRenewalInterval | NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL |
|
||||
| RecursiveNameservers | NGINX_UI_SERVER_RECURSIVE_NAMESERVERS |
|
||||
| SkipInstallation | NGINX_UI_SERVER_SKIP_INSTALLATION |
|
||||
| Name | NGINX_UI_SERVER_NAME |
|
||||
| InsecureSkipVerify | NGINX_UI_SERVER_INSECURE_SKIP_VERIFY |
|
||||
|
||||
## Nginx
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue