Browse Source

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

gaoyang 1 year ago
parent
commit
7c20392fcc
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;