Alias "/wordpress" "/var/services/web/wordpress"
<Proxy "unix:/run/php-fpm/php74-fpm.sock|fcgi://wordpress">
ProxySet timeout=7200
</Proxy>
<Directory "/var/services/web/wordpress">
<FilesMatch "\.(php[345]?|phtml)$">
SetHandler "proxy:fcgi://wordpress"
</FilesMatch>
<IfModule dir_module>
DirectoryIndex index.php index.htm index.html
</IfModule>
</Directory>