Remove trailing whitespace.

This commit is contained in:
Tom Hughes 2009-04-20 19:25:10 +00:00
parent 9b3496d2e2
commit ebac563f90

View file

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