From 5bc995cc19ea506b7b4888f849b4c1895547cf02 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 23 Aug 2010 03:48:21 -0400 Subject: fixed bad nginx config file --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/nginx.conf b/conf/nginx.conf index 9900c47..30e083e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -33,7 +33,7 @@ http { location ~* /(avatars|images)/ { if (!-f $request_filename) { - rewrite ^(.*)$ http://dumpfm.s3.amazonaws.com$1 temporary; + rewrite ^(.*)$ http://dumpfm.s3.amazonaws.com$1; break; } -- cgit v1.2.3-70-g09d2