File: //usr/local/etc/apache24/sites-enabled/server.e907d246-5717-4813-aa29-c7ef14a78411.conf
<VirtualHost *:80 *:443>
ServerName www.italian-record-indices.com
SetEnv HOST www.italian-record-indices.com
DocumentRoot "/volume1/web/Italian-Record-Indices"
LogLevel info
ErrorLogFormat "e907d246-5717-4813-aa29-c7ef14a78411;%t;%a;%l;\"%M\""
ErrorLog "/var/packages/WebStation/var/log/apache24_error_log"
Include conf-enabled/.webstation.error_page.default.conf
<Proxy "unix:/run/php-fpm/php-95f7fe6c-5dbc-4f31-9c63-99ef91a6df1e.sock|fcgi://e907d246-5717-4813-aa29-c7ef14a78411">
ProxySet timeout=60
</Proxy>
<Directory "/volume1/web/Italian-Record-Indices">
AllowOverride All
<IfModule authz_core_module>
Require all granted
</IfModule>
<IfModule dir_module>
DirectoryIndex index.php index.htm index.html
</IfModule>
<FilesMatch "\.(php[345]?|phtml)$">
SetHandler "proxy:fcgi://e907d246-5717-4813-aa29-c7ef14a78411"
</FilesMatch>
</Directory>
</VirtualHost>