diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-23 16:02:56 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-23 16:02:56 -0400 |
| commit | 3e9161e16068b0347e26438de6fb0cb8692d8173 (patch) | |
| tree | 69ba37589a40d215c61e9864ccdb9811e588e009 /conf | |
| parent | 82c08bc3cf6191146f10cc3cba605f5226281243 (diff) | |
| parent | 5bc995cc19ea506b7b4888f849b4c1895547cf02 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to '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..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 permanent; + rewrite ^(.*)$ http://dumpfm.s3.amazonaws.com$1; break; } |
