Jearton

Results 58 issues of Jearton

**Describe the bug** Should use `>>` instead of `>` ! **Screenshots** ![image](https://user-images.githubusercontent.com/10370433/158010785-7bef5e96-41b1-4863-bc76-bd0f37c37ed3.png)

bug
stale

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

enhancement

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

bug
documentation
appenders:Rolling

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

enhancement

**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** ![image](https://github.com/0xJacky/nginx-ui/assets/10370433/0fcf5eaa-644d-4fcf-9fa0-2566e3389242) **Info (please complete the following information):**...

bug

签发证书的成功率有点低,50%都不到,全都是因为DNS记录检测超时导致的。我用的阿里云DNS凭证

enhancement

![image](https://github.com/0xJacky/nginx-ui/assets/10370433/1ab5562d-c92a-4c36-8068-2c439ef4f3e3)

enhancement

我在添加站点时,在基础信息部分有一大堆固定的东西要配置,每次手动添加指令,有点麻烦。能否直接应用一套基础模板。比如我添加的指令有: ```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';"...

enhancement

**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** ![image](https://github.com/0xJacky/nginx-ui/assets/10370433/2d6052e1-c9c6-44a8-ba30-22e6cf30f1cc)...

bug