Commit 06125c07 by e0d

Merge pull request #1570 from edx/e0d/whitelist-health

whitelist health
parents 3d756778 e1d7a55d
......@@ -22,6 +22,11 @@ server {
try_files $uri @proxy_to_app;
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /health {
try_files $uri @proxy_to_app;
}
{% include "robots.j2" %}
location @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