Browse Source

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

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

+ 0 - 9
share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

@@ -1,15 +1,6 @@
 server
 {
     listen 80;
-    listen 443 ssl http2;
-
-    #ssl on;
-    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;
-    ssl_prefer_server_ciphers on;
-    ssl_session_timeout 5m;
     
     charset utf-8;
     server_name api-debug.xinyueyouxi.com;