Commit 3cb0b892 by e0d

allow elb to status

parent 8dc66eea
......@@ -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