Custom upload PHP file size for one domain?

Discussion in 'ISPConfig 3 Priority Support' started by rob_morin, Feb 8, 2016.

  1. rob_morin

    rob_morin Member

    Hello i just want to be sure of the way and syntax to set the php upload size for one domain.

    I went into the sites section for the domain in question and added the below to PHP options to the Custom php.ini settings box and saved.
    upload_max_filesize = 8M

    Is this how to do it?

    Thanks...
     
  2. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Yes and no. :) You have to alter the maximum POST size, too.
     
  3. rob_morin

    rob_morin Member

    ok, true i forgot about that, but that is the place and the proper syntax?
     
  4. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    Yes. The custom php.ini box takes the same syntax as the default system php.ini.
     
  5. rob_morin

    rob_morin Member

    Thanks!!
    :)
     

Share This Page