Current Configuration

http://cloudi.org (and http://ndforge.com) Configuration

% last updated on Sat Mar 30 17:43:24 PDT 2013 (for CloudI 1.2.1b)
{acl, [
    {api, ["/cloudi/api/"]}
]}.
{services, [
    {internal,
        "/cloudi/api/",
        cloudi_service_api,
        [],
        none,
        5000, 5000, 5000, undefined, undefined, 1, 5, 300, []},
    {internal,
        "/",
        cloudi_service_http_cowboy,
        [{use_host_prefix, true},
         {ip, {0, 0, 0, 0}}, {port, 8000}, {output, binary}],
        lazy_closest,
        5000, 5000, 5000, [api], undefined, 1, 5, 300,
        [{duo_mode, true}]},
    {internal,
        "ndforge.com/",
        cloudi_service_filesystem,
        [{directory, "/home/ubuntu/www/ndforge.com/"}],
        none,
        5000, 5000, 5000, [api], undefined, 4, 5, 300, []},
    {internal,
        "www.ndforge.com/",
        cloudi_service_filesystem,
        [{directory, "/home/ubuntu/www/ndforge.com/"}],
        none,
        5000, 5000, 5000, [api], undefined, 4, 5, 300, []},
    {internal,
        "cloudi.org/",
        cloudi_service_filesystem,
        [{directory, "/home/ubuntu/www/cloudi.org/"}],
        none,
        5000, 5000, 5000, [api], undefined, 4, 5, 300, []},
    {internal,
        "www.cloudi.org/",
        cloudi_service_filesystem,
        [{directory, "/home/ubuntu/www/cloudi.org/"}],
        none,
        5000, 5000, 5000, [api], undefined, 4, 5, 300, []},
    {internal,
        "*/loadbalancer_health_check/",
        cloudi_service_filesystem,
        [{directory, "/home/ubuntu/www/private/"}],
        none,
        5000, 5000, 5000, [api], undefined, 1, 5, 300, []}
]}.
{nodes, [
]}.
{logging, [
    {level, debug}, % levels: off, fatal, error, warn, info, debug, trace
    {redirect, undefined}
]}.