php8/php8-fpm.conf

16 lines
361 B
Plaintext

<IfModule mod_proxy_fcgi.c>
<FilesMatch "\.ph(p[34578]?|tml)$">
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
<FilesMatch "\.php[34578]?s$">
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php7
DirectoryIndex index.php8
DirectoryIndex index.php
</IfModule>