File: //usr/local/etc/apache24/conf-enabled/alias.481eec7e-f2c1-4d7f-aaa7-d1eb5985dc71.conf
Alias "/wordpress" "/var/services/web_packages/wordpress"
<Proxy "unix:/run/php-fpm/php-69f714e5-385d-4925-bfa3-5b7e7ef4027a.sock|fcgi://wordpress">
ProxySet timeout=3600
</Proxy>
<Directory "/var/services/web_packages/wordpress">
<FilesMatch "\.(php[345]?|phtml)$">
<If "%{REQUEST_URI} =~ m#^/wordpress#">
SetHandler "proxy:fcgi://wordpress"
</If>
</FilesMatch>
<IfModule dir_module>
DirectoryIndex index.php index.htm index.html
</IfModule>
</Directory>