summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-23 03:48:21 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-23 03:48:21 -0400
commit5bc995cc19ea506b7b4888f849b4c1895547cf02 (patch)
tree0eb83f998e07f1cc0bacf8ca4a45b7d16e1d8e58
parent07c94d40b8051849f362cc8475e6fec12eddd4f0 (diff)
fixed bad nginx config file
-rw-r--r--conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
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;
}