Skip to content

Instantly share code, notes, and snippets.

@faabiosr
Last active August 29, 2015 14:24
Show Gist options
  • Save faabiosr/7b99ff244b2f01d59fda to your computer and use it in GitHub Desktop.
Save faabiosr/7b99ff244b2f01d59fda to your computer and use it in GitHub Desktop.
My Proxy - Docker nginx proxy
# time out settings
proxy_connect_timeout 159s;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_buffer_size 64k;
proxy_buffers 16 32k;
proxy_busy_buffers_size 64k;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment