feat(docs): add options descriptions for server settings

This commit is contained in:
Jacky 2024-05-04 12:20:00 +08:00
parent 7be4a70824
commit 4ad5e77fd3
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
5 changed files with 48 additions and 4 deletions

View file

@ -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.