Re: Need help: websocket proxy stops working after a while
Thanks for the info.For 2) , it would be nice to accept value of -1 ( or 0 ) forproxy_read_timeout as indefinite, namely no timeout checkingat proxy.On Tue, Jun 4, 2013 at 3:45 AM, Maxim Dounin...
View ArticleПроблема с error_page
Добрые сутки!Столкнулся с непонятной мне проблемой. nginx 1.4.1. Имеется связка nginx + php-fpm. Возникла необходимость в одном домене заблокировать несколько ip адресов для режима post. Написал вот...
View Articleproxy_pass variable + internal redirects
It seems that Nginx can't support redirects when proxy_pass is set to variable. Is there a way to achieve this functionality e.g. somehow chain servers or other workaround? What is the reason why this...
View ArticleRe: Pools randomly hang
Update,It seems that I've succeeded to narrowing the circumstances of this strangebehavior. The chain of events is as follows:1. a php worker receives a request from nginx and takes some time to workon...
View ArticleRe: Проблема с error page
Today Jun 8, 2013 at 02:30 SenatoR wrote:> Столкнулся с непонятной мне проблемой. nginx 1.4.1. Имеется связка nginx +> php-fpm. Возникла необходимость в одном домене заблокировать несколько...
View ArticleRe: Проблема с error page
Hello!On Sat, Jun 08, 2013 at 02:30:04AM -0400, SenatoR wrote:[...]> В связи с этим вопросы:>> 1) Перенаправление на проверку явно сделано не самым удобным образом (через> пененаправление...
View ArticleСвои переменные в rewrite
Здравствуйте!Есть возможность сделать что-то типа:set $forum_dir "/forum";rewrite ^$forum_dir/index\.php/([a-z]+),([0-9]+)\.(\w+)/(\w+),(\w+)/(\w+)\.html /forum/index.php?$1=$2.$3&$4=$5&$6...
View ArticleRe: Проблема с error page
Большое Вам спасибо за ответ!limit excep - это то, что нужно! Однако, я столкнулся с непонятным мне эффектом. Я поместил это дело в location для php:location ~ \.php$ {limit POST {deny ip1;allow...
View ArticleSimple SSL Question
Hi,I'm using nginx with SSL, and I want to always redirect to www, regardless of whether the request is http or https. I just want to redirect to the respective protocol but with www.I have the port 80...
View ArticleRe: Simple SSL Question
Hello,On Sat, Jun 8, 2013 at 2:18 PM, Travis Maxwell <the.energetic@gmail.com>wrote:> Hi,>> I'm using nginx with SSL, and I want to always redirect to www, regardless> of whether the...
View ArticleRe: Simple SSL Question
You need to include the SSL certificate and the key directives on theserver block that does the SSL redirect.Le 8 juin 2013 20:30, "B.R." <reallfqq-nginx@yahoo.fr> a écrit :> Hello,>> On...
View ArticleRe: rewrite rules. help pls.
В документации же все описано. И ошибка вполне хорошо показывает гдепроблема. Вместо рута тут надо алиас указать.2013/6/11 Andrey Ermishin <eas@etherway.ru>> Здравствуйте, Maxim.>> Вы...
View ArticleRe: Свои переменные в rewrite
2013/6/10 Daniel Podolsky <onokonem@gmail.com>> > Откройте для себя bash и иже с ними. И куча более специализированных> > шаблонизаторов. unixway как никак.> Сообщения об ошибках...
View Article[PATCH] Fix nopush cleanup for SPDY
Hi,Could you please take a look at patch below.I've tried to fix problem that TCP_CORK option is not cleaned in SPDY case.# HG changeset patch# User ykirpichev@gmail.com# Date 1370939502 -14400# Branch...
View ArticleNginx cache files by mime type using ngx_srcache module
Hi,I’m using ngx_srcache module with Memcached to cache static contents of the upstream servers. This is based on static file extensions. Now I need to cached them by looking at Content-Type of the...
View ArticleUbuntu Nginx Error
What is causing my redirect error after I upgraded to latest Nginx on latest Ubuntu?2013/06/10 19:00:01 [error] 1078#0: *5434041 rewrite or internal redirection cycle while internally redirecting to...
View ArticleRe: [PATCH] Fix nopush cleanup for SPDY
Hello!On Tue, Jun 11, 2013 at 01:00:42PM +0400, Yury Kirpichev wrote:> Could you please take a look at patch below.> I've tried to fix problem that TCP_CORK option is not cleaned in SPDY case.The...
View ArticleProblems combining 'backup' command in upstream block with 'fair'-command
Dear users,My first message here; I discussed my issue already with some folks on IRC; my main conclusion was that I should try it with a broader audience. So here's the problem:* we're using the...
View ArticleRe: Problems combining 'backup' command in upstream block with 'fair'-command
Hello!On Tue, Jun 11, 2013 at 02:19:46PM +0200, Jakob van Bethlehem wrote:[...]> I get the same results if more non-backup servers are configured. And if I put 'fair' as the first command in the...
View ArticlePaid help for my Nginx error
I am wiling to pay for a working solution to an Nginx Error that is occurring after I updated my systemhttp://serverfault.com/questions/514917/ubuntu-nginx-errorcontact me at kkallsen at gmail dot com
View Article