Thursday 15 May 2014

nginx - Ghost not receiving any traffic -



nginx - Ghost not receiving any traffic -

i have ghost running on nginx in ec2 ubuntu instance. able run application , curl instance it's in.

however, cannot access internet, or outside instance. checked ec2 security groups , port 2368 (the port ghost uses) open. nginx configured so:

server { hear 80; server_name server.name.io; location / { proxy_pass http://54.xxx.xxx.xxx:2368; } }

where else should at?

you mention your ec2 security grouping allows port 2368 can more specific beingness allowed? inbound? outbound? sources?

also in case because using nginx proxy requests ghost want open port 80 on security grouping , not 2368. way forced utilize port 80 , total benefits of nginx.

you want create security this:

allow traffic on port 80 everywhere on internet allow traffic on port 22 everywhere (if lucky have static ip @ home alter more secure) allow outbound traffic anywhere on internet

nginx amazon-ec2 ghost-blog

No comments:

Post a Comment