Browse Source

更新 'conf.d/versioncheck-nginx.conf'

fanyijian 1 year ago
parent
commit
c6b843688e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf.d/versioncheck-nginx.conf

+ 1 - 1
conf.d/versioncheck-nginx.conf

@@ -60,7 +60,7 @@ server {
     listen 80;
     listen 443 ssl http2;
 
-    ssl on;
+    #ssl on;
     ssl_certificate ssl/xinyuepp.cn.pem;
     ssl_certificate_key ssl/xinyuepp.cn.key;
     ssl_protocols TLSv1 TLSv1.1 TLSv1.2;