summaryrefslogtreecommitdiffstats
path: root/tiny/etc/apache2/conf-available/php5_fpm.conf
blob: 1ebf27d4c20fa4bff13647c235e5dc4bffd5bac3 (plain)
1
2
3
4
5
6
7
8
AddType application/x-httpd-php .php
<FilesMatch \.php$>
    SetHandler fcgi://localhost:9011/srv/http/
</FilesMatch>
<IfModule dir_module>
    DirectoryIndex index.php index.html
</IfModule>