Commit f9983231 by John Jarvis

Merge pull request #1238 from edx/jarv/nginx-basic-auth

no basic auth on heartbeat
parents 2bec3b35 19f8d3d1
......@@ -18,7 +18,7 @@ server {
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /analytics_api/status/{
location /api/v0/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