Merge pull request #51 from apimesh/dns-fix

Add dns resolvers to management conf file
diff --git a/api-gateway-config/conf.d/management_apis.conf b/api-gateway-config/conf.d/management_apis.conf
index 67fa490..3893b80 100644
--- a/api-gateway-config/conf.d/management_apis.conf
+++ b/api-gateway-config/conf.d/management_apis.conf
@@ -25,6 +25,9 @@
     listen 9000;
     server_name management_gw;
 
+    include /etc/api-gateway/conf.d/commons/common-headers.conf;
+    include /etc/api-gateway/conf.d/includes/resolvers.conf;
+
     # Log locations with service name
     lua_socket_log_errors off;
     access_log /var/log/api-gateway/access.log platform;