diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 03:48:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 03:48:21 -0400 |
| commit | 5bc995cc19ea506b7b4888f849b4c1895547cf02 (patch) | |
| tree | 0eb83f998e07f1cc0bacf8ca4a45b7d16e1d8e58 | |
| parent | 07c94d40b8051849f362cc8475e6fec12eddd4f0 (diff) | |
fixed bad nginx config file
| -rw-r--r-- | conf/nginx.conf | 2 |
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; } |
