Merge pull request #34 from alexsong93/health-proxy

Add proxy for health-check from port 8080 to 9000
diff --git a/api-gateway-config/conf.d/managed_endpoints.conf b/api-gateway-config/conf.d/managed_endpoints.conf
index c1da238..948d8b0 100644
--- a/api-gateway-config/conf.d/managed_endpoints.conf
+++ b/api-gateway-config/conf.d/managed_endpoints.conf
@@ -51,7 +51,7 @@
         return 500 '{"code":$status, "message":"Oops. Something went wrong. Check your URI and try again."}\n';
     }
 
-    location /api {
+    location = /api {
         content_by_lua '
             ngx.say("You have hit the api gateway managed endpoints.")
         ';
@@ -153,4 +153,4 @@
 #            end
 #        ';
 #    }
-#}
\ No newline at end of file
+#}