Re: include directive not allowed within upstream context

2015-03-07 Thread Maxim Dounin
Hello! On Fri, Mar 06, 2015 at 12:19:29PM -0500, Corey Farrell wrote: Hello everyone, I'm new to nginx development, so I'm not sure the procedure for bug fixes. I submitted http://trac.nginx.org/nginx/ticket/635 a few months ago, how can I bring attention to this bug report and have the

Re: /dir/ rewrite to index.php

2015-03-07 Thread Daniel Podolsky
а где тут описана для /dir/ специальная обработка? On Sat, Mar 7, 2015 at 4:18 PM, GTAlex nginx-fo...@nginx.us wrote: /dir/ обрабатывается так же как и корень почему? вот конфиг: location / { index index.php; try_files $uri /index.php$is_args$args;

Re: /dir/ rewrite to index.php

2015-03-07 Thread Dmitry
М.б. нужно try_files $uri $uri/ /index.php$is_args$args; ? On Sat, Mar 7, 2015 at 5:59 PM, Daniel Podolsky onoko...@gmail.com wrote: а где тут описана для /dir/ специальная обработка? On Sat, Mar 7, 2015 at 4:18 PM, GTAlex nginx-fo...@nginx.us wrote: /dir/ обрабатывается так же как и

/dir/ rewrite to index.php

2015-03-07 Thread GTAlex
/dir/ обрабатывается так же как и корень почему? вот конфиг: location / { index index.php; try_files $uri /index.php$is_args$args; } location ~ ^/(index)\.php(/|$) { fastcgi_pass unix:/tmp/php-fpm.sock;

Re: NGINX Worker process stuck, CPU usage at 100%

2015-03-07 Thread Ruslan Ermilov
On Fri, Mar 06, 2015 at 09:59:47PM +, Kazlman, David wrote: I've migrated my server over from lighttpd to NGINX(memory leaks were causing cache issues which invoked OOM Killer in Linux). It seems that after a while of running(about 30 minutes) with NGINX and processing requests just fine

Re: [PATCH] Mail: send starttls flag value to auth script

2015-03-07 Thread Filipe Da Silva
I think that the half way solution is this one attached : - when an SSL connection is active : Auth-SSL: on ( current code status) - else when it could have been active (using STARTTLS): Auth-SSL: off - else SSL was disabled: there is nothing to send. Regards, Filipe DA SILVA. 2015-03-03 17:28

native variable for one level above $document_root ?

2015-03-07 Thread George
At the nginx vhost level, is there a native nginx value similar to $document_root for one directory level above $document_root ? for example if $document_root = /home/username/public or /home/username2/public is there a variable I can reference at nginx vhost level that references /home/username

How to start a new process?

2015-03-07 Thread Wandenberg Peixoto
Hi, I would like to know what is the right way to start a new process like the cache manager to execute jobs non related with directly with user requests. Can you help me? Regards, Wandenberg ___ nginx-devel mailing list nginx-devel@nginx.org

[security advisory] http://wiki.nginx.org/Redmine

2015-03-07 Thread Gena Makhomed
Здравствуйте! Пытаюсь наиболее оптимальным способом настроить связку nginx + redmine, и на wiki-сайте nginx нашел совсем уж кривые рекомендации по настройке: http://wiki.nginx.org/Redmine Здесь как минимум три проблемы: 1. Все конфиги редмайна при такой настройке становятся доступны всем

Re: 403 Forbidden

2015-03-07 Thread Francis Daly
On Sat, Mar 07, 2015 at 01:01:11PM +0100, JACK LINKERS wrote: Hi there, Hi I can't access my domain after installing nginx and coinfigurong the default server conf file : What request do you make; what response do you get; what response do you want; and what do the logs say? f --