scripts/configs/apache2/conf.d/php-fpm.conf

8 lines
156 B
Plaintext
Raw Normal View History

#<FilesMatch \.php$>
# SetHandler application/x-httpd-php
#</FilesMatch>
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>