From ebac563f90dd1d32e680a47bc03063392fee9ea3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Apr 2009 19:25:10 +0000 Subject: [PATCH] Remove trailing whitespace. --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2