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:
*
> 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
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
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?
___
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