You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
445 B

  1. files:
  2. "/etc/nginx/conf.d/client_max_body_size.conf":
  3. mode: "000644"
  4. owner: root
  5. group: root
  6. content: "client_max_body_size 0;"
  7. "/etc/nginx/conf.d/proxy_request_buffering.conf":
  8. mode: "000644"
  9. owner: root
  10. group: root
  11. content: |
  12. proxy_request_buffering off;
  13. client_body_buffer_size 1024k;
  14. client_body_timeout 240;
  15. proxy_buffering off;
  16. ignore_invalid_headers off;