Files
hestiacp/install/deb/apache2/hestia-event.conf
Alexey Berezhok 346a50856b Initial
2024-03-19 22:05:27 +03:00

5 lines
130 B
Plaintext

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