hestia-event.conf 130 B

12345
  1. <IfModule mpm_event_module>
  2. <FilesMatch \.php$>
  3. SetHandler "proxy:fcgi://127.0.0.1:9000"
  4. </FilesMatch>
  5. </IfModule>