Browse Source

update nginx.conf

zjcqoo 6 years ago
parent
commit
e822abe9a8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nginx.conf

+ 2 - 2
nginx.conf

@@ -16,7 +16,7 @@ http {
   underscores_in_headers  on;
 
   ssl_protocols           TLSv1.2 TLSv1.3;
-  ssl_ciphers             ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE+AES128:RSA+AES128:ECDHE+AES256:RSA+AES256:ECDHE+3DES:RSA+3DES;
+  ssl_ciphers             ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE+AES128:ECDHE+AES256:ECDHE+3DES;
   ssl_session_cache       shared:SSL:10m;
   ssl_session_timeout     5m;
   ssl_prefer_server_ciphers on;
@@ -51,7 +51,7 @@ http {
   proxy_send_timeout      10s;
 
   map $http_origin $_origin_id {
-    include               allowed-sites.txt;
+    include               allowed-sites.conf;
   }
 }