]> git.openstreetmap.org Git - rails.git/commitdiff
Add missing semicolon.
authorTom Hughes <tom@compton.nu>
Mon, 20 Apr 2009 16:37:48 +0000 (16:37 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 20 Apr 2009 16:37:48 +0000 (16:37 +0000)
config/nginx.conf

index 1149a4d5125138950e106f3b98aeb05f20776276..bf18cac61ad7c9b98d5b219bdd7809128bc2a6e0 100644 (file)
@@ -129,7 +129,7 @@ server {
        
                #Handle api.openstreetmap/ -> api.openstreetmap/api/
                if ($host ~* api\.(.*)) {
-                       rewrite ^/(0\.[0-9]+)/(.*)$ /api/$1/$2
+                       rewrite ^/(0\.[0-9]+)/(.*)$ /api/$1/$2;
                }
        
                location /api/ {