I have various domains hosted on one server - however they all seem to load from the same PHP.ini. I want the different domains to be able to upload different filesizes, for instance, our public facing website should have a very low filesize as users do not need to upload anything, so that would make the website secure if they filesize was small.
But for our staff-based websites, I need them to be able to upload large files (up to 100mb). But I am reluctant to set the upload size so high as I feel it would compromise our public websites.
How can I set different upload sizes for the different domains?
Using Apache and Php 7.1