I am running my app on Google App engine
and I have linked my domain
which I bought from GoDaddy to the app engine along with the SSL
which I have also bought from GoDaddy.
I read it on many sites that running server on port 80
without Reverse Proxy
can cause you major security issues. But I can't see which of these issues are they talking about. Also as I am running my app on port 5555
I even tried to ping my domain and the IP was 216.239.XX.21
where X possible values can be (32, 34, 36 and 38)
which is same for all other App Engine
server. So I think that as if any hacker/malicious
user tries to do something malicious to my app then in order to do that he/she have to know my IP which App Engine
is hiding by default.
So, I want to know as App Engine
is already hiding my IP so do I have to use any Reverse Proxy Server
like Nginx
on my App Engine
or not ??
Also if I need to use Reverse Proxy
then I saw these two posts nginx-as-reverse-proxy-for-google-app-engine-application
and using-nginx-as-a-reverse-proxy-for-speedy-app-engine-development/.
Where in First Post it is not
recommended to use Reverse Proxy
whereas in Second Post it is recommended to use Reverse Proxy
. That's why I am confused which would be a better approach.
Please Help Me Guys.