nginx_ui/nginx-ui-dev/docs/guide/config-http.md

19 lines
488 B
Markdown
Raw Normal View History

2025-03-04 19:28:12 +08:00
# Http
## GithubProxy
- Type: `string`
- Version: `>= v2.0.0-beta.37`
- Suggestion: `https://mirror.ghproxy.com/`
For users who may experience difficulties downloading resources from GitHub (such as in mainland China), this option
allows them to set a proxy for github.com to improve accessibility.
## InsecureSkipVerify
- Version`>= v2.0.0-beta.37`
- Type: `bool`
This option is used to skip the verification of the certificate of servers when Nginx UI sends requests to them.