You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
I have installed Kong and Konga on a GCE VM Using docker images
I have used the following link to install Kong using the With a Database
https://docs.konghq.com/install/docker/
Next I have followed the following link to install konga using docker images and using postgresql
https://medium.com/@tselentispanagis/managing-microservices-and-apis-with-kong-and-konga-7d14568bb59d
But I am unable to access it on Public IP using port 1337.
Further When trying to connect via VM Terminal I am getting the following response:
`curl -i http://localhost:1337/
HTTP/1.1 302 Found
X-Powered-By: Sails <sailsjs.org>
Location: /register
Vary: Accept, Accept-Encoding
Content-Type: text/plain; charset=UTF-8
Content-Length: 31
Date: Fri, 15 Nov 2019 16:07:25 GMT
Connection: keep-alive
Found. Redirecting to /register`
Could any one please help ?
The text was updated successfully, but these errors were encountered: