Re: Issue with multipart response compression.

2014-01-26 Thread Igor Sysoev
On Jan 21, 2014, at 9:58 , Makailol Charls wrote: > Hello > > I use Nginx/1.4.4 as a reverse proxy and my backend webserver generates > multipart response with some dynamic boundary. > > I use nginx gzip module to send compress data to the client but it is unable > to compress this multipart r

Re: Issue with multipart response compression.

2014-01-26 Thread Makailol Charls
Hello Could someone check this and help me for compressing the multipart response with dynamic boundary? Thanks, Makailol On Tue, Jan 21, 2014 at 11:28 AM, Makailol Charls wrote: > Hello > > I use Nginx/1.4.4 as a reverse proxy and my backend webserver generates > multipart response with some

Re: X-Frame-Options: Nginx includes header twice

2014-01-26 Thread Some Developer
On 25/01/2014 07:51, wishmaster wrote: --- Original message --- From: "Some Developer" Date: 25 January 2014, 06:04:10 I'm running Nginx 1.4.4 on Ubuntu 12.04 and have added the X-Frame-Options header for one of my sites but in testing it appears that Nginx includes this itself in

答复: Implementing CONNECT in nginx

2014-01-26 Thread 卫越
I think this meets your requirement https://github.com/alibaba/tengine/pull/335/files -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Thomas Glanzmann 发送时间: 2014年1月23日 4:48 收件人: nginx@nginx.org 抄送: openconnect-de...@lists.infradead.org 主题: Re: Implementing CONNECT i

Nginx Tweaks for JBoss

2014-01-26 Thread mevans336
Hello Gurus, It's been several years since I've revisited anything but the most basic changes to our Nginx reverse-proxy front-end. I'm wondering if there have been any new tweaks or security related configuration changes that should be implemented on Nginx when acting as a reverse-proxy for JBoss

Re: Nginx and cgit - upstream prematurely closed FastCGI stdout

2014-01-26 Thread Lars
Hello Richard, thanks for your help. I tried it and a lot of other things without any success. But now it works. I just have install the latest fastcgi version from sources with the same setup as mentioned. Unfortunately without the advantages of the package management. Best regards, Lars

Re: Nginx and cgit - upstream prematurely closed FastCGI stdout

2014-01-26 Thread Richard Stanway
Hello, I recently had a lot of trouble similar to this, and discovered that the fastcgi_param directive is additive - eg a later declaration of SCRIPT_FILENAME simply adds a second SCRIPT_FILENAME to the fastcgi parameters. You most likely have SCRIPT_FILENAME set in your "include fastcgi_params" w

RE: Nginx not starting with named pipe (fifo) for access_log

2014-01-26 Thread Manole, Sorin
Do you have a program set up to read from the other end of those pipes? -Original Message- From: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] On Behalf Of Sven Wiese Sent: 2 ianuarie 2014 19:00 To: nginx@nginx.org Subject: Nginx not starting with named pipe (fifo) for access_l

Modifying the request body

2014-01-26 Thread Rv Rv
I have nginx deployed as a proxy server. The client sends a POST request which needs to be modified before forwarding it to the origin server. Is there any module / filter available in nginx. The best I could find was a patch by Maxim as outlined at  http://mailman.nginx.org/pipermail/nginx-deve

Re[3]: proxy_cache_methods OPTIONS;

2014-01-26 Thread wishmaster
--- Original message --- From: "wishmaster" Date: 26 January 2014, 12:07:24 > > > > --- Original message --- > From: "Jeroen Ooms" > Date: 26 January 2014, 05:27:46 > > > > > On Fri, Jan 24, 2014 at 11:42 PM, wishmaster wrote: > > > What is your proxy_cache_methods value? > > >

Re[2]: proxy_cache_methods OPTIONS;

2014-01-26 Thread wishmaster
--- Original message --- From: "Jeroen Ooms" Date: 26 January 2014, 05:27:46 > On Fri, Jan 24, 2014 at 11:42 PM, wishmaster wrote: > > What is your proxy_cache_methods value? > > I tried both > > proxy_cache_methods OPTIONS; > Because "OPTIONS" means any of this values: GET, HEA