opnsense-ports/www/codeigniter/files/codeigniter-production-cgi.conf.in
Franco Fichtner 39e521def0 */*: sync with upstream
Taken from: FreeBSD
2022-03-28 12:42:29 +02:00

13 lines
276 B
Text

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.html
Action php-script %%PHPCGI%%
AddHandler php-script .php
DocumentRoot %%WWWDIR%%
<Location />
Order deny,allow
Allow from all
</Location>