Browse Source

更新 'share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf'

chenghongxi 4 years ago
parent
commit
8c99a53be5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

+ 1 - 1
share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

@@ -3,7 +3,7 @@ server {
     listen 443 ssl http2;
 
     #ssl on;
-    ssl_certificate ssl/xinyueyouxi.pem;
+    ssl_certificate ssl/xinyueyouxi.com.pem;
     ssl_certificate_key ssl/xinyueyouxi.com.key;
     ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
     ssl_ciphers HIGH:!RC4:!MD5:!aNULL:!eNULL:!NULL:!DH:!EDH:!EXP:+MEDIUM;