Today, I migrated my NextCloud from shared hosting to a VPS. Right now, I keep getting the OPcache / php.ini configuration error. (" The PHP OPcache is not properly configured. For better performance it is recommended to use the following settings in the php.ini
")
I was able to make the warning go away by modifying /etc/php/php7.1/php.ini
but that effects the entire server. I want to restrict the php.ini changes to the one sub domain since I plan on installing another webapp on the same VPS under a separate subdomain.
Does anyone know if there is a way to do this? I realize this is more of an nginx question but I figured I’d check here since someone else may have already run into this situation. Thanks!