nginx 1.3.12 SPDY add_headers bug
Добрый день,Обновившись до Nginx 1.3.12 с версии 1.3.5 заметил, что Chrome пересталбрать из своего кэша (304) статику, которую отдаю таким образом:location ~...
View ArticleRe: Nginx seems to ignore proxy_set_header Host directive
Hi Francis. Thank you for your help.> Which relative paths? How do you want them to be rewritten?>> What part of the nginx config do you expect will do the rewriting?>> And how does that...
View ArticleRe: Nginx seems to ignore proxy_set_header Host directive
On Mon, Feb 11, 2013 at 04:13:28PM -0500, jeangouytch wrote:Hi there,> > Can you give an example of what you do, what you see, and what you> > expect to see? "curl -i" is usually a good way...
View Article[nginx] svn commit: r5066 - trunk/misc
Author: mdouninDate: 2013-02-11 23:37:20 +0000 (Mon, 11 Feb 2013)New Revision: 5066URL: http://trac.nginx.org/nginx/changeset/5066/nginxLog:Updated OpenSSL used for win32...
View Article[nginx] svn commit: r5067 - in branches/stable-1.2: . misc
Author: mdouninDate: 2013-02-11 23:57:13 +0000 (Mon, 11 Feb 2013)New Revision: 5067URL: http://trac.nginx.org/nginx/changeset/5067/nginxLog:Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32...
View ArticleRe: nginx 1.3.12 SPDY add_headers bug
Hello!On Mon, Feb 11, 2013 at 08:05:25PM +0000, Anatoly Mikhailov wrote:> Добрый день,>> Обновившись до Nginx 1.3.12 с версии 1.3.5 заметил, что Chrome перестал> брать из своего кэша (304)...
View ArticleConverting Apache configs to nginx, why is a NameVirtualHost workalike is a...
I'm switching some servers from Apache 2.2.x to nginx 1.2.6. In Apache,I use NameVirtualHost. I also use Rewrite directives to manage www.prefixing via a 301 redirect. All the user has to is...
View ArticleRE: Converting Apache configs to nginx, why is a NameVirtualHost workalike is...
Having one block per server is the best for performance because you only test a condition once; the way you're doing it would require NGINX to evaluate hostnames twice or maybe more.In my opinion...
View ArticleRe: set $cookie_abc "$cookie_abc";
Thank you for your response.Versionsnginx versions tried nginx/1.2.5 and nginx/1.3.9LuaJIT 2.0.0What I want achive?Set the value of $cookie_abc to "a"/"b" (some logic) if the cookie value is not coming...
View ArticleRe: Worker processes not shutting down
Hi,I have the same issue and would like to find a solution. This is in production so couple of 3rd party module compiled. This happens when we reload the nginx config.# ps -ef | grep nginxroot 10163 1...
View ArticleRe[2]: spdy без ssl
Здравствуйте, Валентин.>> Поясните пожалуйста, у Вас SPDY заработало на 80 порту? Сорри, если>> глупость спросил.> У человека стоит haproxy, который терминирует TLS. Т.е. клиент идет>...
View Articlenginx и балансировка
Здравствуйте.Прошу помочь в проблеме.Пытаюсь сделать балансировку через модуль http_upstream_module.Запущены 2 tomcat. Поднят nginx 1.3.12.Томкаты работают на разных портах, а nginx на своём порте.В...
View ArticleRe: nginx и балансировка
Здравствуйте, dereck.> Пытаюсь сделать балансировку через модуль http_upstream_module.> Запущены 2 tomcat. Поднят nginx 1.3.12.> Томкаты работают на разных портах, а nginx на своём порте.>...
View ArticleRe: nginx и балансировка
On Feb 13, 2013, at 17:01 , dereck wrote:> Здравствуйте.> Прошу помочь в проблеме.> Пытаюсь сделать балансировку через модуль http_upstream_module.> Запущены 2 tomcat. Поднят nginx...
View ArticleRe[2]: nginx и балансировка
Здравствуйте, dereck.> каким образом прописатьПокажите весь конфиг. Иначе Вас сложно понять.--С уважением,Михаил...
View ArticleRe: Re[2]: nginx и балансировка
events {worker_connections 1024;}http {include mime.types;default_type application/octet-stream;#log_format main '$remote_addr - $remote_user [$time_local] "$request" '# '$status $body_bytes_sent...
View ArticleRe: Re[2]: nginx и балансировка
dereck Wrote:-------------------------------------------------------> events {> worker_connections 1024;> }>>> http {> include mime.types;> default_type...
View Article