Add the following in “/etc/nginx/nginx.conf”: location /nginx_status { # Turn on stats stub_status on; access_log off; # only allow access from 192.168.1.5 # Replace with my IP address allow 192.168.1.5; deny all; } Restart Nginx and now you can visit the status page: http://nginx_server_url/nginx_status It will display something like this: Active connections: 7 server accepts ..
Category : NGINX
Home » Archive by category : NGINX
Load Balancer All WebApp URL should point to an AWS Elastic Load Balancer (ELB). Currently we only have one ELB which is in Sydney region. ELB in other regions will be added when we expanded overseas. Sydney Region ELB AWS Public DNS: WebApps-497531c79456f302.elb.ap-southeast-2.amazonaws.com SportLogic CNAME: webapps-sydney.sportlogic.net.au SVN URL for Nginx config: https://fig.sportlogic.net.au:8443/svn/webapps.nginx/sydney-region/conf.d Targets: adelaide 52.62.74.0 CNAME ..