Re: [PATCH] OCSP stapling: fix error logging of successful OCSP responses.
Erm, "hg export" patch attached, sorry about that.Best regards,Piotr Sikora# HG changeset patch# User Piotr Sikora <piotr@cloudflare.com># Date 1368743833 25200# Node ID...
View ArticleRe: [PATCH] OCSP stapling: better handling of successful OCSP responses.
Erm, "hg export" patch attached, sorry about that.Best regards,Piotr Sikora# HG changeset patch# User Piotr Sikora <piotr@cloudflare.com># Date 1368743844 25200# Node ID...
View ArticleRe: Add [nginx] to subject lines on this mailing list?
Am 16.05.2013 18:02, schrieb mex:> inb4 server-based-filters: not always an option in a company-environment or> with hosted mails.>> what's comfortable for alice is not always fine for...
View Articleproxy_pass через переменную не работает
Пробую так:location /omlet_api/ {proxy_pass http://$arg_server/;proxy_set_header Host $arg_server;break;}В логах:==> localhost.error_log <==2013/05/17 08:48:59 [error] 16907#0: *1 no resolver...
View ArticleRe: proxy pass через переменную не работает
Здравствуйте.Задайте http://nginx.org/ru/docs/http/ngx_http_core_module.html#resolver вконфиге.2013/5/17 bespechnost <nginx-forum@nginx.us>> Пробую так:> location /omlet_api/ {>...
View ArticleAmazon ELB = Nginx ?
Всем привет. Из чистого любопытства:)http://www.e-xecutive.ru/startup/story/1823978/Есть такое интервью. В нем есть вот эта фраза:"На третье направление сейчас делаем основную ставку ― это коммерческий...
View ArticleRe: Amazon ELB = Nginx ?
On May 17, 2013, at 14:35 , ast <nginx-forum@nginx.us> wrote:> Всем привет. Из чистого любопытства:)>> http://www.e-xecutive.ru/startup/story/1823978/>> Есть такое интервью. В нем...
View ArticlePreserve http headers from Django using NGINX and Gunicorn
Hi,I posted a question on server fault on how to preserve the headers I set in the Django backend.It seems as nginx "removes" the headers I have set in a Django middleware.I described my problem in...
View ArticleRe: Handling nginx's too many open files even I have the correct ulimit
Try setting worker_rlimit_nofile<http://wiki.nginx.org/CoreModule#worker_rlimit_nofile>Jader H.2013/5/15 0liver <nginx-forum@nginx.us>> I'm facing the same problem here, but I found much...
View ArticleLoad balancer deployed on same two servers as application
If I want to load balance / provide HA to two Tomcat servers using nginx then this is obviously possible top do via a 3rd server acting as a go-between (fig 1). But can I do away with this 3rd server...
View ArticleChoosing source-address for upstream connections
Is there a way to tell nginx to use a specific address when talking toan upstream?I would like to do something like:upstream bla {server [D0C::1234]:8080 src [D0C::beaf];server 1.2.3.4:8080 src...
View ArticleRe: Add [nginx] to subject lines on this mailing list?
Hello!On Thu, May 16, 2013 at 11:07:28AM -0400, Daniel Griscom wrote:> At 3:34 PM +0200 5/16/13, René Neumann wrote:> >Am 16.05.2013 15:18, schrieb Jim Ohlstein:> >> I think what...
View ArticleRe: [PATCH] OCSP stapling: fix error logging of successful OCSP responses.
Hello!On Thu, May 16, 2013 at 04:10:26PM -0700, Piotr Sikora wrote:> Erm, "hg export" patch attached, sorry about that.>> Best regards,> Piotr Sikora>>> # HG changeset patch> #...
View ArticleRe: Choosing source-address for upstream connections
On Fri, May 17, 2013 at 02:57:00PM +0200, Bruno Prémont wrote:> Is there a way to tell nginx to use a specific address when talking to> an upstream?>> I would like to do something...
View ArticleRe: [PATCH] OCSP stapling: better handling of successful OCSP responses.
Hello!On Thu, May 16, 2013 at 04:10:33PM -0700, Piotr Sikora wrote:> Erm, "hg export" patch attached, sorry about that.>> Best regards,> Piotr Sikora>>> # HG changeset patch> #...
View ArticleRe: Choosing source-address for upstream connections
On Fri, 17 May 2013 17:17:20 +0400 Ruslan Ermilov wrote:> On Fri, May 17, 2013 at 02:57:00PM +0200, Bruno Prémont wrote:> > Is there a way to tell nginx to use a specific address when talking...
View Article[nginx] OCSP stapling: fix error logging of successful OCSP resp...
details: http://hg.nginx.org/nginx/rev/cfab1e7e4ac2branches:changeset: 5215:cfab1e7e4ac2user: Piotr Sikora <piotr@cloudflare.com>date: Thu May 16 15:37:13 2013 -0700description:OCSP stapling: fix...
View ArticleКак отдавать для deny IP; вместо 403 - 503?
Сабж.Список IP глобальный, определен выше секций server.Поэтому такая схема не помогает:error_page 403 = @403;location @403 {keepalive_timeout 0;return 503;}--Vladislav V. ProdanSystem & Network...
View Article404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI...
We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointing...
View ArticleNginx location directive to transform url into a query string
I need to show the user information using the link type:http://mydomain.com/username/within the system of query should look like:http://mydomain.com/users/?username=usernameQ: How to convert (handle)...
View Article