hestia-event.conf 150 B

12345
  1. <IfModule mpm_event_module>
  2. <FilesMatch \.php$>
  3. SetHandler "proxy:unix:/run/php/www.sock|fcgi://localhost"
  4. </FilesMatch>
  5. </IfModule>