[ANN] OpenResty 1.7.2.1 released

2014-07-12 Thread Yichun Zhang (agentzh)
Hi folks! I am happy to announce the new formal release, 1.7.2.1, of the OpenResty bundle: http://openresty.org/#Download Special thanks go to all our contributors for making this happen! Below is the complete change log for this release, as compared to the last formal release, 1.7.0.1: *

Re: nginx for ARM

2014-07-12 Thread djczaski
> On Jul 12, 2014, at 9:06 AM, "Valentin V. Bartenev" wrote: > >> On Saturday 12 July 2014 18:30:30 jags gediya wrote: >> I want to use nginx web server for arm based developement board. It's >> end application is board will work as IOTG for home automation. For >> this purpose, I want to cross

Re: nginx for ARM

2014-07-12 Thread Valentin V. Bartenev
On Saturday 12 July 2014 18:30:30 jags gediya wrote: > I want to use nginx web server for arm based developement board. It's > end application is board will work as IOTG for home automation. For > this purpose, I want to cross compile nginx for ARM and port it on > linux runnig on my board. Is it p

nginx for ARM

2014-07-12 Thread jags gediya
I want to use nginx web server for arm based developement board. It's end application is board will work as IOTG for home automation. For this purpose, I want to cross compile nginx for ARM and port it on linux runnig on my board. Is it possible to cross compile nginx for ARM? ___

Re: Strange try_files behaviour

2014-07-12 Thread itpp2012
Hmm, more debugging, this config returns a 404 from the backend (which it shouldn't): try_files $uri $uri/ =404; set $maintmode S; if ($remote_addr ~ "^(192.168.*.*)$") { set $maintmode L; } if (-f $document_root/maintenance_mode.html) { set $maintmode "${maintmode}M"; } if ($maintmode = SM) { re