master
server { listen 8081; location / { access_log off; add_header Content-Type text/plain; return 200 "healthy\n"; }}