Specify a Vary: Accept-Encoding header

2017-07-19 Thread Philip Rhoades
People, I have moved my (very low hit) web sites from a Digital Ocean server to my own Fedora 25 x86-64 server with 8GB RAM and an ADSL2+ upload speed of only about 1Mbit/sec. The plain HTML and Jekyll sites response times are not too bad but the Rails sites are very slow. Using: https:

Pages under main page not loading with Nginx

2017-07-19 Thread Kayla Manchette
Hello, I just got Nginx working with my website today, looking at transitioning from Apache. I have pointed Nginx at the folder where all the files for my website are located, and Nginx will show the main page just fine. When I try to go to another page on my website, it cannot tell where tho

Re: Buffering issues with nginx

2017-07-19 Thread Igal @ Lucee.org
my problem is that response that my node app (upstream server) generates is buffered by nginx. Generate the following header from node: X-Accel-Buffering: no That will disable nginx's buffering for the request. Igal Sapir Lucee Core Developer Lucee.org __

Re: Buffering issues with nginx

2017-07-19 Thread Francis Daly
On Mon, Jul 17, 2017 at 09:47:39PM -0400, Dan34 wrote: Hi there, > > Are you concerned about the request or the response being buffered? > > my problem is that response that my node app (upstream server) generates is > buffered by nginx. So you want proxy_buffering (http://nginx.org/r/proxy_buf

Re: Naxsi Nginx security module in nginx webserver

2017-07-19 Thread Kaushal Shriyan
On Tue, Jul 18, 2017 at 12:01 PM, Kaushal Shriyan wrote: > Hi, > > Are there any rpm binary package or yum repo for CentOS 7.x to install > Naxsi Nginx security module in nginx webserver? > > Regards, > > Kaushal > > Hi, I will appreciate if somebody can pitch in for help for earlier post to thi

Re: disable request body buffering for file upload

2017-07-19 Thread garyc
Thank you, it sounds like this approach may yet work. > It is up to your FastCGI application to handle this though, > and PHP as well as PHP-FPM may impose additional limitations > and/or require additional configuration for this to work. I will dig into the php configuration details and see if

Re: disable request body buffering for file upload

2017-07-19 Thread Maxim Dounin
Hello! On Wed, Jul 19, 2017 at 10:33:01AM -0400, garyc wrote: > Hello, hopefully someone can tell me if i am attempting the impossible. > > We use nginx and php5-fpm to handle the upload of test files used by our web > app that may be several gigabytes in size. > > To achieve this we use a lo

disable request body buffering for file upload

2017-07-19 Thread garyc
Hello, hopefully someone can tell me if i am attempting the impossible. We use nginx and php5-fpm to handle the upload of test files used by our web app that may be several gigabytes in size. To achieve this we use a location block for the upload url and define the fastcgi_pass directive to pro

Error login submit

2017-07-19 Thread efcunha
Does not connect with login and password [root@pugbalanc01 nginx]# cat /etc/nginx/conf.d/pug01.conf upstream pug01_servers { server 172.16.1.23:80; server 172.16.1.24:80; } server { listen 80; server_name xxx.xxx.xx.xxx.xx; return 307 https://$server_name$request_uri; } se