mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-22 22:04:08 +08:00
feat: 暂时删除 SSL 证书 OCSP 校验 (#5692)
Refs https://github.com/1Panel-dev/1Panel/issues/5688
This commit is contained in:
parent
f0fbb02495
commit
40d9dea96c
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,4 @@ ssl_prefer_server_ciphers on;
|
|||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_session_timeout 10m;
|
||||
error_page 497 https://$host$request_uri;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
Loading…
Reference in a new issue