From: Tom Hughes Date: Mon, 20 Apr 2009 19:25:10 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: live~7582 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ebac563f90dd1d32e680a47bc03063392fee9ea3 Remove trailing whitespace. --- diff --git a/config/nginx.conf b/config/nginx.conf index 7cde7741b..41fd52d8d 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -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;