Its solved. apparently installing nginx from its source code it gets
installed in /usr/local/nginx instead of /etc/nginx. Thanks anyways.
On Sat, Jan 24, 2015 at 7:19 PM, Francis Daly wrote:
> On Wed, Jan 21, 2015 at 05:50:19PM +0530, Swarna Koushik Debroy wrote:
>
> Hi there,
>
> > I've com
On Fri, Jan 23, 2015 at 10:11:50AM -0500, 173279834462 wrote:
Hi there,
> I seek advice on configuring nginx as a mail proxy.
http://nginx.org/r/mail
> Our aim is to add SNI to port 465 (postfix) using nginx as transparent mail
> proxy.
I do not know that TLS SNI is supported in nginx mail p
On Wed, Jan 21, 2015 at 05:50:19PM +0530, Swarna Koushik Debroy wrote:
Hi there,
> I've compiled and installed nginx with gridfs module as given by the
> instuctions and it got installed successfully. But then when I configure
> the nginx.conf with gridfs directive and restart the nginx server it
On Wed, Jan 21, 2015 at 07:30:48PM -0500, nginxuser100 wrote:
Hi there,
> Hi, I would like to have the auth_request fastcgi auth server to send some
> custom variables to the fastcgi back-end server.
You have the nginx config to send a cookie from the auth_request server
to the fastcgi upstream,
On Sat, Jan 24, 2015 at 12:07:22AM -0500, Kurogane wrote:
Hi there,
> Can you tell me what is wrong? sometimes i have redirect loop.
The config you show looks ok to me.
What do the logs say, when you have a redirect loop?
Does something in your https site redirect back to http?
f
--