1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/www/codeigniter/files/codeigniter-production.conf.in
Po-Chuan Hsieh f90874e91d
www/codeigniter: Update to 3.1.13
- Remove outdated CONFLICTS:
  - codeigniter17 has been removed over 8 years
  - codeigniter22 has been removed over 6 years
- Remove DOCS option

Changes:	https://github.com/bcit-ci/CodeIgniter/commits/develop
2022-03-25 21:36:44 +08:00

11 lines
209 B
Plaintext

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