Commit 692533a2 by e0d

Merge pull request #1407 from edx/e0d/whitelist-status

allow elb to status
parents fd10c9f7 3cb0b892
......@@ -18,7 +18,7 @@ server {
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /api/v0/status {
location /status {
try_files $uri @proxy_to_app;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment