mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-17 03:42:26 +08:00
update full_chain
This commit is contained in:
@@ -45,7 +45,7 @@ server {
|
||||
|
||||
# 根证书 + 中间证书
|
||||
# https://imququ.com/post/why-can-not-turn-on-ocsp-stapling.html
|
||||
# ssl_trusted_certificate /data/eiblog/conf/ssl/full_chained.pem;
|
||||
ssl_trusted_certificate /data/eiblog/conf/ssl/full_chained.pem;
|
||||
|
||||
resolver 114.114.114.114 valid=300s;
|
||||
resolver_timeout 10s;
|
||||
@@ -179,4 +179,4 @@ server {
|
||||
location / {
|
||||
proxy_pass https://127.0.0.1:9010;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user