projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6836019
)
Remove location block from abuse placeholder so it applies server wide.
author
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 17:32:33 +0000
(17:32 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 20 Apr 2009 17:32:33 +0000
(17:32 +0000)
config/nginx.conf
patch
|
blob
|
history
diff --git
a/config/nginx.conf
b/config/nginx.conf
index d63b82b6f0fa74610667ee1e0c8ab57a01fd3022..876f2c2a569748b4574f68a88367173d1c5482c4 100644
(file)
--- a/
config/nginx.conf
+++ b/
config/nginx.conf
@@
-139,9
+139,7
@@
http {
}
# Placeholder for blocking abuse
- location / {
- allow all;
- }
+ allow all;
# Map api.openstreetmap/0.n/... to api.openstreetmap/api/0.n/...
if ($host ~* api\.(.*)) {