projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0678546
)
Add missing semicolon.
author
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 16:37:48 +0000
(16:37 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 16:37:48 +0000
(16:37 +0000)
config/nginx.conf
patch
|
blob
|
history
diff --git
a/config/nginx.conf
b/config/nginx.conf
index 1149a4d5125138950e106f3b98aeb05f20776276..bf18cac61ad7c9b98d5b219bdd7809128bc2a6e0 100644
(file)
--- a/
config/nginx.conf
+++ b/
config/nginx.conf
@@
-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/ {