add http health checks.

This commit is contained in:
Brendan Burns
2014-07-02 22:35:50 -07:00
parent 4b6ff69925
commit 41c6680943
8 changed files with 339 additions and 10 deletions

View File

@@ -55,6 +55,8 @@ server {
proxy_buffers 16 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
# Disable retry
proxy_next_upstream off;
}
location /etcd/ {
auth_basic "Restricted";