update full_chain

This commit is contained in:
deepzz0
2016-10-21 20:47:14 +08:00
parent 3ace117d0a
commit de79f8bd51
2 changed files with 61 additions and 2 deletions

View File

@@ -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;
}
}
}