Enable headers with _
[msb/apigateway.git] / openresty-ext / src / assembly / resources / openresty / nginx / msb-enabled / msbhttps.conf
index 9015d65..6ca846c 100644 (file)
@@ -20,4 +20,7 @@ server {
        ssl_protocols TLSv1.1 TLSv1.2;
        ssl_dhparam ../ssl/dh-pubkey/dhparams.pem;
        include ../msb-enabled/location-default/msblocations.conf;
+        # Add below settings for making SDC to work
+       underscores_in_headers on;
+
 }