summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-08-23 16:02:56 -0400
commit3e9161e16068b0347e26438de6fb0cb8692d8173 (patch)
tree69ba37589a40d215c61e9864ccdb9811e588e009 /conf
parent82c08bc3cf6191146f10cc3cba605f5226281243 (diff)
parent5bc995cc19ea506b7b4888f849b4c1895547cf02 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf2
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;
}