Jearton
Jearton
**Describe the bug** Should use `>>` instead of `>` ! **Screenshots** 
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** 1. Add root location mapping to a root directory which has an index.html file....
Update the link address of System Requirements
## Description Address:https://logging.apache.org/log4j/2.x/manual/appenders.html#log-archive-retention-policy-delete-on-rollover In the second example of `Delete on Rollover`, 100 archives will be retained on the same hour, not day. Cause the filePattern is `"${baseDir}/$${date:yyyy-MM}/app-%d{yyyy-MM-dd-HH}-%i.log.gz"`, it will reset...
ocsp must staple 是在签发证书时,往证书里追加的相关标识,用于明确告诉浏览器,ocsp 请求必须由服务端装订,即由服务端去查询好证书状态,再返回给浏览器。 目前能够签署出该扩展的证书的`CA`只有`Let's Encrypt`。 如果要设置`OCSP Must-Staple`,需要在使用`openssl`生成`csr`的时候,修改`openssl.cnf`中的内容: ```ini [ v3_req ] basicConstraints = CA:FALSE keyUsage = nonRepudiation, digitalSignature, keyEncipherment subjectAltName = @alt_names 1.3.6.1.5.5.7.1.24 = DER:30:03:02:01:05 ``` 在`v3_req`中添加`1.3.6.1.5.5.7.1.24 =...
**Describe the bug** 我用一个域名先申请了RSA证书,再去申请ECC证书后,列表里会显示最新的ECC证书,原来的RSA证书没了。 **To Reproduce** Steps to reproduce the behavior: 1. 先创建一个阿里云DSN凭证 2. 申请RSA证书 3. 用同一个域名再申请ECC证书 4. 原来的RSA证书不见了 **Expected behavior** RSA证书和ECC证书应该同时存在才对 **Screenshots**  **Info (please complete the following information):**...

我在添加站点时,在基础信息部分有一大堆固定的东西要配置,每次手动添加指令,有点麻烦。能否直接应用一套基础模板。比如我添加的指令有: ```nginx #------------------------------security------------------------------# add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Type-Options "nosniff" always; add_header Referrer-Policy "no-referrer-when-downgrade" always; add_header Content-Security-Policy "default-src 'self' http: https: ws: wss: data: blob: 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self';"...
**Describe the bug** 容器中的 access.log 和 error.log,按照文档里描述的,应该是一个符号链接文件,但现在却是真实文件。 **To Reproduce** Steps to reproduce the behavior: ```bash docker exec -it nginx-ui bash cd /var/log/nginx/ ls -la ``` **Expected behavior** 应该指向标准输出流吧 **Screenshots** ...