the apparel visual appeal

2013-08-29 Thread JanetHard
Be sure to carry brilliant treatment on the dress if you never need to be on hassle, because you will need to fork out a good deal in case the renter finds impairment and grime on there.So if you are in fond of autumn themed elements for your big day, and would like to add typical colors from the b

Re: Strange SPDY behaviour about request time with stastic proxy cached content.

2013-08-29 Thread endo
Sorry, forgot link image for visualizing a problem: http://i59.fastpic.ru/big/2013/0830/87/689d2b6f84dfb88fe5a57b7ad60def87.png Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242350,242351#msg-242351 ___ nginx mailing list nginx@nginx.org ht

Strange SPDY behaviour about request time with stastic proxy cached content.

2013-08-29 Thread endo
Good time of day! We use nginx as load balancer and reverse proxy for some static content (images etc). And a problem was found with enabling SPDY: cached content with enabled SPDY becomes get from server with greater request time and i think slower (according Chrome debug console). Here some lin

Re: Check if variable exists in file, Using file contents for variable handling

2013-08-29 Thread Maxim Dounin
Hello! On Thu, Aug 29, 2013 at 10:42:37AM -0400, spacecwoboy wrote: > Is there a way to check a variable against file contents for processing? A > couple scenarios below. > > This is used here, but adding multiple agents can get burdensome: > if ($http_user_agent ~ (agent1|agent2|Foo|Wget|Nmap|

Re: [nginx-announce] nginx-1.5.4

2013-08-29 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.5.4 for Windows http://goo.gl/7UA8XZ (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements

[ANNOUNCE] Tengine-1.5.1 is released

2013-08-29 Thread Weibin Yao
Hi folks, We are pleased to announce that Tengine-1.5.1 (stable version) has been released! You can either checkout the source code from GitHub: https://github.com/alibaba/tengine or download the tar ball directly: http://tengine.taobao.org/download/tengine-1.5.1.tar.gz This release fixes the bug

Check if variable exists in file, Using file contents for variable handling

2013-08-29 Thread spacecwoboy
Is there a way to check a variable against file contents for processing? A couple scenarios below. This is used here, but adding multiple agents can get burdensome: if ($http_user_agent ~ (agent1|agent2|Foo|Wget|Nmap|BadAgent) ) { return 403; } I'd like to maintain a file with all the varia

Re: Server_Name regular expression

2013-08-29 Thread Maxim Dounin
Hello! On Thu, Aug 29, 2013 at 05:01:01AM -0400, christospap wrote: > I would like to syntax a regular expression which will match two server > names. The server names are example.com and www.example.com. In particular, > a regular expression for www or nothing > > I wrote the following regular

Server_Name regular expression

2013-08-29 Thread christospap
I would like to syntax a regular expression which will match two server names. The server names are example.com and www.example.com. In particular, a regular expression for www or nothing I wrote the following regular expression (www\.|)example.com Nginx configuration file is compatible with Perl