Commit 19f8d3d1 by John Jarvis

no basic auth on heartbeat

parent 2bec3b35
...@@ -18,7 +18,7 @@ server { ...@@ -18,7 +18,7 @@ server {
} }
# No basic auth security on the heartbeat url, so that ELB can use it # 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; 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