Skip to content

Instantly share code, notes, and snippets.

@markshust
Created November 19, 2017 17:28
Show Gist options
  • Select an option

  • Save markshust/c58e44a3be5b71d60869519e2a072e31 to your computer and use it in GitHub Desktop.

Select an option

Save markshust/c58e44a3be5b71d60869519e2a072e31 to your computer and use it in GitHub Desktop.
meteor client browser policy update for nginx
# From this link: http://dweldon.silvrback.com/browser-policy
# Increase the proxy buffers for meteor browser-policy.
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
# These changes should go in the http secion of your configuration file - typically located in /etc/nginx/nginx.conf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment