I have a dozen or so WordPress sites hosted on my server. I'm using PHP 7.1.18 with nginx. I've noticed that if I change the settings on an individual domain (ie post_max_size, upload_max_filesize, etc) it has absolutely no effect. Uploading images in WordPress still show the wrong file sizes (ie 2M or 32M). Instead, it seems that the only way to resolve this is to edit the php.ini file for PHP 7.1.8.
While this seems counterintuitive to custom settings for each domain, does that mean individual domain settings can only be LOWER than what is configured in php.ini?
While this seems counterintuitive to custom settings for each domain, does that mean individual domain settings can only be LOWER than what is configured in php.ini?