X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=openresty-ext%2Fsrc%2Fassembly%2Fresources%2Fopenresty%2Fnginx%2Fmsb-enabled%2Fmsbhttps.conf;h=6ca846cc4dffe60db01351d2269aec2d097a9927;hb=ba0f7a20ba442343c53cc24627eec311f4a5c1ef;hp=430c05d548e728ab70a6039d23bd680ef3dfaca7;hpb=672f3d40be83d9e380fd7be4b674d5e8d5fa36de;p=msb%2Fapigateway.git diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msbhttps.conf b/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msbhttps.conf index 430c05d..6ca846c 100644 --- a/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msbhttps.conf +++ b/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msbhttps.conf @@ -1,5 +1,5 @@ # -# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# Copyright (C) 2017-2018 ZTE, Inc. and others. All rights reserved. (ZTE) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,6 +17,10 @@ server { listen 443 ssl; ssl_certificate ../ssl/cert/cert.crt; ssl_certificate_key ../ssl/cert/cert.key; + ssl_protocols TLSv1.1 TLSv1.2; ssl_dhparam ../ssl/dh-pubkey/dhparams.pem; include ../msb-enabled/location-default/msblocations.conf; -} \ No newline at end of file + # Add below settings for making SDC to work + underscores_in_headers on; + +}