proxy_redirect not working with "refresh"

2015-04-29 Thread John
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_redirect says: "(proxy_redirect) Sets the text that should be changed in the “Location” and “Refresh” header fields of a proxied server response." All examples I found online only mentioned how it works with "Location", and that als

Re: Trying to "see" my NGINX downloads folder via https?

2015-04-29 Thread Thiago Farina
On Wed, Apr 29, 2015 at 8:56 PM, silsurf Google wrote: > I have NGINX installed on a VPN and I would like to access the "downloads" > folder via https. I followed instructions given to me as follows: > Is your server listening on port 443? -- Thiago Farina __

Trying to "see" my NGINX downloads folder via https?

2015-04-29 Thread silsurf Google
I have NGINX installed on a VPN and I would like to access the "downloads" folder via https. I followed instructions given to me as follows: In order to download your files from your vpn, you will move the download folder of deluge into nginx www folder. For example: downloads folder (/usr/shar

Re: nginx boot issues with centos7

2015-04-29 Thread Aidan Scheller
Thank you, Konstantin! I'll investigate those. Best regards, Aidan On Wed, Apr 29, 2015 at 11:51 AM, Konstantin Pavlov wrote: > On 29/04/2015 19:49, Konstantin Pavlov wrote: > > Hello Aidan, > > > > On 29/04/2015 19:33, Aidan Scheller wrote: > >> Greetings, > >> > >> It appears that nginx has

Re: proxy_ssl_certificate not exchanging client certificates

2015-04-29 Thread lieut_data
Thanks for getting back to me so quickly! Maxim Dounin Wrote: --- > What nginx doesn't support (or, rather, explicitly forbids) is > renegotiation. On the other hand, renegotiation is required if > one needs to ask for a client certificate onl

Header on the Index Of page

2015-04-29 Thread Eric C. Kom
Good day all, Please I do I include a text/image as a header on the Index Of page. Like the above: http://mirror.mephi.ru/debian-cd/current/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx boot issues with centos7

2015-04-29 Thread Konstantin Pavlov
On 29/04/2015 19:49, Konstantin Pavlov wrote: > Hello Aidan, > > On 29/04/2015 19:33, Aidan Scheller wrote: >> Greetings, >> >> It appears that nginx has difficulties starting automatically in CentOS >> 7 when it needs to resolve DNS names in the configuration. I'm >> attributing this to systemd.

Re: nginx boot issues with centos7

2015-04-29 Thread Konstantin Pavlov
Hello Aidan, On 29/04/2015 19:33, Aidan Scheller wrote: > Greetings, > > It appears that nginx has difficulties starting automatically in CentOS > 7 when it needs to resolve DNS names in the configuration. I'm > attributing this to systemd. Nginx stable was installed from packages. > > [admin@

nginx boot issues with centos7

2015-04-29 Thread Aidan Scheller
Greetings, It appears that nginx has difficulties starting automatically in CentOS 7 when it needs to resolve DNS names in the configuration. I'm attributing this to systemd. Nginx stable was installed from packages. [admin@nginx ~]$ nginx -v nginx version: nginx/1.8.0 [admin@nginx ~]$ cat /et

Re: How does nginx set End of Life for older versions?

2015-04-29 Thread deoren
On 4/29/2015 9:00 AM, Maxim Dounin wrote: On Wed, Apr 29, 2015 at 08:40:30AM -0500, deoren wrote: Hi, I turned to the official website and Google, but I couldn't find a definitive answer re how older branches go End of Life. For example, now that the 1.8 stable branch has been created, what ar

Re: How does nginx set End of Life for older versions?

2015-04-29 Thread deoren
On 4/29/2015 8:58 AM, Valentin V. Bartenev wrote: On Wednesday 29 April 2015 08:40:30 deoren wrote: Hi, I turned to the official website and Google, but I couldn't find a definitive answer re how older branches go End of Life. For example, now that the 1.8 stable branch has been created, what

Re: How does nginx set End of Life for older versions?

2015-04-29 Thread Maxim Dounin
Hello! On Wed, Apr 29, 2015 at 08:40:30AM -0500, deoren wrote: > Hi, > > I turned to the official website and Google, but I couldn't find > a definitive answer re how older branches go End of Life. For > example, now that the 1.8 stable branch has been created, what > are the plans for the 1.

Re: How does nginx set End of Life for older versions?

2015-04-29 Thread Valentin V. Bartenev
On Wednesday 29 April 2015 08:40:30 deoren wrote: > Hi, > > I turned to the official website and Google, but I couldn't find a definitive > answer re how older branches go End of Life. For example, now that the 1.8 > stable branch has been created, what are the plans for the 1.6 branch? Will >

How does nginx set End of Life for older versions?

2015-04-29 Thread deoren
Hi, I turned to the official website and Google, but I couldn't find a definitive answer re how older branches go End of Life. For example, now that the 1.8 stable branch has been created, what are the plans for the 1.6 branch? Will future updates be made available to that branch or is it no l

Re: nginx-1.9.0

2015-04-29 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.0 for Windows http://goo.gl/eYkfMa (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

Re: proxy_ssl_certificate not exchanging client certificates

2015-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 28, 2015 at 05:17:32PM -0400, lieut_data wrote: > I was excited to see proxy_ssl_certificate and friends land in Nginx 1.7.8, > and decided to revisit Nginx as a candidate for proxy caching an upstream > server requiring client authentication. I've included the debugging > conf

Re: Setting content-length if app doesn't know what it is

2015-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 28, 2015 at 04:50:26PM -0400, CJ Ess wrote: > Behind my web server is an application that doesn't include content-length > headers because it doesn't know what it is. I'm pretty sure this is an > application issue but I promised I'd come here and ask the question - is > there a

Re: ssl stapling, verification fails

2015-04-29 Thread Maxim Dounin
Hello! On Wed, Apr 29, 2015 at 02:38:24AM -0400, drookie wrote: > Hi. > > I'm trying to get nginx 1.6.2 to authenticate users using their client > certificates. > > I'm using this configuration (besides usual SSL settings, which are proved > to work): > > ssl_stapling on; > ssl_client_certific

Re: 1.9 stream not working? 'directive is not allowed here'

2015-04-29 Thread itpp2012
Robert Paprocki Wrote: --- > It needs to be at the -same- level as the http {} block, not -within- > the http {} block. Ah! makes sense as a stream is not http. That passes -t Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258463,2584