[MSB]Support TLSv1.3
[msb/apigateway.git] / openresty-ext / src / assembly / resources / openresty / nginx / msb-enabled / msb.conf
index 48787a0..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;
@@ -71,4 +71,6 @@ init_worker_by_lua_block {
 server {
        listen 80;
        include ../msb-enabled/location-default/msblocations.conf;
+        # Add below settings for making SDC to work
+        underscores_in_headers on;
 }