Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active August 29, 2015 14:11
Show Gist options
  • Save tkuchiki/581a5a92bad89044a505 to your computer and use it in GitHub Desktop.
Save tkuchiki/581a5a92bad89044a505 to your computer and use it in GitHub Desktop.
consul-template
curl -XPUT -d '65' http://127.0.0.1:8500/v1/kv/nginx/keepalive_timeout
curl -XPUT -d '120' http://127.0.0.1:8500/v1/kv/nginx/proxy_read_timeout
curl -XPUT -d '130' http://127.0.0.1:8500/v1/kv/nginx/proxy_send_timeout
curl -XPUT -d '140' http://127.0.0.1:8500/v1/kv/nginx/proxy_connect_timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment