Created
November 19, 2017 17:28
-
-
Save markshust/c58e44a3be5b71d60869519e2a072e31 to your computer and use it in GitHub Desktop.
meteor client browser policy update for nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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