Nginx proxy cache/temp folders empty when located inside /tmp on CentOS 7

2016-04-05 Thread fevangelou
(First post in the Nginx forum, so please bear with me if it seems slightly long...) I'm the maker of Engintron, a popular cPanel plugin which integrates Nginx as a reverse caching proxy in front of Apache. The project started in Dec 2014, it is open source & free and you can check out the code he

Re: Headers More module is not working in nginx-devel

2016-04-05 Thread JimS
On Tue, Apr 5, 2016, at 05:43 PM, meteor8488 wrote: > Hi All, > > I'm using FreeBSD with nginx-devel. It seems that this problem is lasting > for a long time (at least start from nginx 1.9.10 ). > > Even though I built the source with this module, this module is still not > working. > > After

Re: Headers More module is not working in nginx-devel

2016-04-05 Thread Jim Ohlstein
Hello, Jim Ohlstein > On Apr 5, 2016, at 8:43 PM, meteor8488 wrote: > > Hi All, > > I'm using FreeBSD with nginx-devel. It seems that this problem is lasting > for a long time (at least start from nginx 1.9.10 ). > > Even though I built the source with this module, this module is still not

Headers More module is not working in nginx-devel

2016-04-05 Thread meteor8488
Hi All, I'm using FreeBSD with nginx-devel. It seems that this problem is lasting for a long time (at least start from nginx 1.9.10 ). Even though I built the source with this module, this module is still not working. After add below configuration into http {}, more_set_headers"Server: my_

nginx.conf 2016: CFP Now Open – Submit a Proposal!

2016-04-05 Thread Shirley Bailes
Hello all! We’re excited to announce that the call for proposals for the third NGINX conference, nginx.conf 2016 is open. Please submit a talk, and share the CFP with those you know who have good NGINX stories to share: https://nginxconf16.busyconf.com/proposals/

Re: Rewrite

2016-04-05 Thread Francis Daly
On Tue, Apr 05, 2016 at 08:11:44PM +0900, tseveendorj wrote: Hi there, > request URL is http://domain.com/x4Zbs5B > It should be http://domain.com/index.php?download=x4Zbs5B > > I tried > location / { > rewrite ^/([^/][a-zA-Z0-9]+)$ /index.php?download=$1 break; I'm not sure tha

Re: Nginx collect status data

2016-04-05 Thread itpp2012
marcosbontempo Wrote: --- > Hello, > > I'm using the nginx free version and I need to collect status data > like number of connections, number of requests per second, failures, > latency and sent and received bytes. Is there a way to get these >

Re: Nginx collect status data

2016-04-05 Thread Valentin V. Bartenev
On Tuesday 05 April 2016 11:12:49 marcosbontempo wrote: > Hello, > > I'm using the nginx free version and I need to collect status data like > number of connections, number of requests per second, failures, latency and > sent and received bytes. Is there a way to get these informations with the >

Nginx collect status data

2016-04-05 Thread marcosbontempo
Hello, I'm using the nginx free version and I need to collect status data like number of connections, number of requests per second, failures, latency and sent and received bytes. Is there a way to get these informations with the nginx free version? I need more detailed status than the informed b

nginx-1.9.14

2016-04-05 Thread Maxim Dounin
Changes with nginx 1.9.1405 Apr 2016 *) Feature: OpenSSL 1.1.0 compatibility. *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering", "scgi_request_buffering", and "uwsgi_request_buffering" directives now work with HTTP

Rewrite

2016-04-05 Thread tseveendorj
Hello, I cannot do following request URL is http://domain.com/x4Zbs5B It should be http://domain.com/index.php?download=x4Zbs5B I tried location / { rewrite ^/([^/][a-zA-Z0-9]+)$ /index.php?download=$1 break; try_files $uri $uri/ /index.php?download=$uri;

Re: hide/strip set cookies on static files and howto use alias

2016-04-05 Thread Francis Daly
On Mon, Apr 04, 2016 at 12:29:32PM -0400, JoakimR wrote: Hi there, > I have a few questions about how do I configure it. It's worth making sure that you are aware how nginx works, which is (very briefly and roughly): * one request is handled in one location{} * only the configuration in, or inh