Browse Source
update http2 max size so big psbt are not problem
feature/more-args
nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
0 deletions
-
Production/nginx.tmpl
|
|
@ -155,6 +155,7 @@ proxy_set_header X-Forwarded-Port $proxy_x_forwarded_port; |
|
|
|
proxy_buffer_size 128k; |
|
|
|
proxy_buffers 4 256k; |
|
|
|
proxy_busy_buffers_size 256k; |
|
|
|
http2_max_field_size 32k; |
|
|
|
|
|
|
|
# Mitigate httpoxy attack (see README for details) |
|
|
|
proxy_set_header Proxy ""; |
|
|
|