Skip to content

Instantly share code, notes, and snippets.

@pix2D
pix2D / config.php
Created April 29, 2012 20:04
ActiveCollab 3 + NGINX + PHP-FPM + SSL + /public as document root
<?php
/**
* activeCollab configuration file
*/
define('ROOT', '/home/example/public_html/activecollab');
define('ROOT_URL', 'https://example.com');
define('URL_BASE', ROOT_URL . '/');
define('ASSETS_URL', ROOT_URL . '/assets');