diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-22 19:48:17 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-22 19:48:17 -0400 |
| commit | 0791d4f2c2152c4e88ba6c4527fe354667cacf45 (patch) | |
| tree | f4e196dda47d087179eb79dad333842a31123292 /conf/nginx.conf | |
| parent | 802630b46375f391e8cbe0445d59e032ed64329c (diff) | |
sostler prod commit
Diffstat (limited to 'conf/nginx.conf')
| -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 44967bb..9900c47 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 permanent; + rewrite ^(.*)$ http://dumpfm.s3.amazonaws.com$1 temporary; break; } |
