Mercurial > repos > other > Puppet
view modules/website/files/conf.extra/html-php.conf @ 169:4efaba4fbe94 puppet-3.6
Expand PHP OpCache config in line with NextCloud recommendations
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 01 Sep 2017 11:36:16 +0100 |
parents | 5967c1b18860 |
children | aad5c00b0525 |
line wrap: on
line source
# Make sure we have PHP Include conf.extra/php.conf <IfModule php7_module> # # Cause the PHP interpreter to handle files with a .html extension. # AddHandler php7-script .html AddType text/html .html #If we're doing HTML files as PHP then swap the priority for directory indexing DirectoryIndex index.html index.php </IfModule> <IfModule !php7_module> <FilesMatch "\.html$"> Require all denied </FilesMatch> </IfModule>