mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(docs): add options descriptions for server settings
This commit is contained in:
parent
7be4a70824
commit
4ad5e77fd3
5 changed files with 48 additions and 4 deletions
|
@ -103,3 +103,20 @@ CADir needs to comply with the `RFC 8555` standard.
|
|||
|
||||
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.
|
||||
|
||||
## CertRenewalInterval
|
||||
|
||||
- Type: `int`
|
||||
- Default value: `7`
|
||||
|
||||
This option is used to set the automatic renewal interval of the Let's Encrypt certificate.
|
||||
By default, Nginx UI will automatically renew the certificate every 7 days.
|
||||
|
||||
## RecursiveNameservers
|
||||
|
||||
- Type: `[]string`
|
||||
- Example: `8.8.8.8:53,1.1.1.1:53`
|
||||
|
||||
This option is used to set the recursive nameservers used by
|
||||
Nginx UI in the DNS challenge step of applying for a certificate.
|
||||
If this option is not configured, Nginx UI will use the nameservers settings of the operating system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue