hestiacp/install/deb/apache2/hestia-event.conf

5 lines
130 B

1 year ago
<IfModule mpm_event_module>
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
</IfModule>