php-fpm and proxypass

Hello,

I noticed that now we can configure virtualmin to use php-fpm without having to do it by myself, that’s great, but I noticed you used: ProxyPassMatch
I had an issue few months ago with that, where it would crash when trying to load some php scripts, instead, it was recommended to use:

<LocationMatch “^(.*.php)$”>
ProxyPass …

I’ll try to see if that happens again, but sadly I don’t remember where I had the issue. Also, when I select php-fpm for the server, I can’t select php version anymore, the error is because the server is using mod_php, which obviously I’m not.