23bfa3fa24
Zurmo is an open source CRM application written in PHP utilizing jQuery, Yii Framework, and RedBeanPHP. The goal with Zurmo is to provide an easy-to-use, easy-to-customize CRM application that can be adapted to any business use case. Special care has been taken to think through many different use cases with a system designed to provide a high degree of flexibility, covering a wide variety of use cases out of the box. <...> ok jasper@
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
# $OpenBSD: zurmo.conf,v 1.1.1.1 2012/08/04 15:19:32 ajacoutot Exp $
|
|
|
|
Alias /zurmo ${TINSTDIR}
|
|
|
|
<Directory ${TINSTDIR}>
|
|
<IfModule mod_php5.c>
|
|
php_value date.timezone UTC
|
|
php_value post_max_size 20M
|
|
php_value upload_max_filesize 20M
|
|
</IfModule>
|
|
</Directory>
|