Re: How to list all nginx plugin installed

2014-10-10 Thread pharasyte
nginx -V will show you the options passed to configure. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253901,253902#msg-253902 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Reverse TLS proxy

2014-10-08 Thread pharasyte
Hello, Which distro are you using? The first thing that comes to mind with this type of issue is that Selinux is enabled and blocking nginx from making connections to the upstream. You can test if this is the case by turning Selinux off and seeing if that resolves the issue. This of course only