[MSB]Support TLSv1.3
[msb/apigateway.git] / openresty-ext / src / assembly / resources / openresty / nginx / msb-enabled / msb.conf
index 8ed1077..0395fc6 100644 (file)
@@ -17,7 +17,7 @@
 #the maximum allowed size of the client request body,current 10G
 client_max_body_size 10240m;
 client_body_buffer_size 128k;
-
+ssl_prefer_server_ciphers on;
 #set conf for proxy pass
 proxy_connect_timeout 5s;
 proxy_read_timeout 1200s;