Strip asset tags from user images.

This commit is contained in:
Tom Hughes 2009-04-20 19:22:38 +00:00
parent e5076f332a
commit 9b3496d2e2

View file

@ -145,7 +145,7 @@ http {
}
# Strip asset tags
location ~ ^/(images|javascripts|openlayers|stylesheets)/ {
location ~ ^/(images|javascripts|openlayers|stylesheets|user/image)/ {
rewrite ^/(.*)/[0-9]+$ /$1;
}