Recent content by dudefromearth

  1. D

    NGINX Timeout Configuration

    I would like to set a timeout for long file uploads. As an example: I'm uploading a 10GB file, but if the upload takes longer than 20 seconds, I want Nginx to stop. I have set the send_timeout and also the client_max_body_size, even though I set them the file is still uploading.
  2. D

    NGINX Timeout Configuration

    Hello Everyone I would like to know if it is possible to configure NGINX to set a timeout for long file uploads. I have already tried the following parameters in nginx.conf but doesn't work: uwsgi_connect_timeout 10s; uwsgi_read_timeout 10s; proxy_connect_timeout 10s; proxy_send_timeout...
Top