Large File Uploads fail

Discussion in 'ISPConfig 3 Priority Support' started by ktownmods, Sep 27, 2019.

  1. ktownmods

    ktownmods Member HowtoForge Supporter

    Hey,

    i use ispconfig on ubuntu 18.04 with Nginx.

    So if i try to Upload an file with 1,3GB, i become an error on my Software (unknown error).
    Files about 100MB no problem.


    Code:
    max_execution_time    3600
    max_file_uploads    20
    max_input_time    3600
    post_max_size 3G
    memory_limit    1000M
    Nginx.conf: under the # Basic Settings

    Code:
    client_max_body_size 2G;
    PHP, Nginx error logs are empty
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    What about the upload_max_filesize in php?
     
  3. ktownmods

    ktownmods Member HowtoForge Supporter

    Code:
    upload_max_filesize    2G
    
    I think its Cloudflare :(
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    That is possible. Check the cloudflare settings. There should be something about this.
     
  5. ktownmods

    ktownmods Member HowtoForge Supporter

    Yeah, but in Free Plan it is limited to 100MB per single Request and for more than 500MB it cost more than 500€ xD
     
  6. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    So you have to decide …
     

Share This Page