Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Active connections are growing in regexp-ed location with alias
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Active connections are growing in regexp-ed location with alias
- From: "bodomic" <nginx-forum@xxxxxxxx>
- Date: Mon, 28 May 2012 07:11:43 -0400 (EDT)
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=hX+MKn2Z6Cmnezfnc8hFupM3xlf/vblt09Sy5dnhXuo=; b=gLq+y0UB0ZapqLTHzJXco5fUk9Ni6/S7D7Y0IzS3DzIOTO5L5VYLUFY6WSiFtCfV2woS8sI9UATJkSmJwFxyn8SJVpjkcxC4PcHDvCf6b1D/y7jaEI/ldAojF4b8uOtw;
- In-reply-to: <20120528104715.GK31671@mdounin.ru>
- References: <20120528104715.GK31671@mdounin.ru>
нет, try_files не использовался (нет
достаточного опыта в таких ситуациях).
Можно, наверное, сделать так:
root /opt/projectroot;
try_files /empty.html;
?
Я пока сделал
error_page 404 =200 /empty.html;
return 404;
в принципе, делает что надо.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,226895,226906#msg-226906
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|