blob: d43ea4209f27acdba0c9177283d64c245c823bff (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
// This is how you configure dipper for your system
// Each directory below must exists
// Each directory much end with a slash
return [
"CONFIG_ROOT" => "/path/to/directory", // The directory where we write the nginx.conf partial
"SITES_ROOT" => "/path/to/directory", // The directory where we write the website file and directory structure
];
|