You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would need to change the client_max_body_size and enable the chunked_transfer_encoding for one of the proxy hosts that I configure through NPM. Is it possible to just add the following config entries simply in the advanced section of the proxy host to achieve this, or is there a different way to do this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would need to change the client_max_body_size and enable the chunked_transfer_encoding for one of the proxy hosts that I configure through NPM. Is it possible to just add the following config entries simply in the advanced section of the proxy host to achieve this, or is there a different way to do this ?
client_max_body_size 0;
chunked_transfer_encoding on;
Beta Was this translation helpful? Give feedback.
All reactions