Valentin V. Bartenev Wrote:
---
> On Friday 11 July 2014 17:42:41 itpp2012 wrote:
> > Ok, debug session here http://pastebin.com/DQ6WBYXU
> [..]
>
> It looks like one case of http://wiki.nginx.org/IfIsEvil
Maybe but should an if bypass try_files
On Friday 11 July 2014 17:42:41 itpp2012 wrote:
> Ok, debug session here http://pastebin.com/DQ6WBYXU
[..]
It looks like one case of http://wiki.nginx.org/IfIsEvil
wbr, Valentin V. Bartenev
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.
Ok, debug session here http://pastebin.com/DQ6WBYXU
I see one try_files phase, maybe a script is processed differently then a
static file.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251650,251652#msg-251652
___
nginx mailing list
nginx@ng
Hello!
On Fri, Jul 11, 2014 at 03:36:19PM -0400, itpp2012 wrote:
> Simple php config (nginx 1.7.4 development);
>
> server {
> [...]
> location ~ \.php$ {
> try_files $uri $uri/ =404;
> index index.html index.htm index.php;
> fastcgi_ignore_client
Simple php config (nginx 1.7.4 development);
server {
[...]
location ~ \.php$ {
try_files $uri $uri/ =404;
index index.html index.htm index.php;
fastcgi_ignore_client_abort on;
fastcgi_pass myLoadBalancer;
fastcgi_index in
Why gpgcheck should be deactivated?
AFAIK, there is a GPG key available for APT... Shouldn't it be the same
used for yum?
---
*B. R.*
On Fri, Jul 11, 2014 at 3:45 PM, Sergey Budnevitch wrote:
>
> On 11 Jul 2014, at 12:52, free...@gmx.ch wrote:
>
> > Hi List
> >
> > I want to use Nginx under th
On 11 Jul 2014, at 12:52, free...@gmx.ch wrote:
> Hi List
>
> I want to use Nginx under the newly released Centos 7. I've tried to compile
> it on Centos 7 but it failed. But i didnt look into it further so far because
> i would like to use anyway the version provided by the Nginx.org yum Rep
Hello!
On Fri, Jul 11, 2014 at 07:50:37PM +0800, Rv Rv wrote:
> Nginx stores the response headers in the headers ngx_http_headers_out_t
>
> ngx_list_t headers
> and also for certain headers , in a corresponding variable in headers_out
> e.g. ngx_table_elt_t
Nginx stores the response headers in the headers ngx_http_headers_out_t
ngx_list_t headers
and also for certain headers , in a corresponding variable in headers_out
e.g. ngx_table_elt_t *content_encoding;
The body filter e.g. gunzip operate only on co
Hi List
I want to use Nginx under the newly released Centos 7. I've tried to compile it on Centos 7 but it failed. But i didnt look into it further so far because i would like to use anyway the version provided by the Nginx.org yum Repo. Since there is no repo available for Centos7/Rhel7; what'
10 matches
Mail list logo