Skip to content

Commit

Permalink
Add missing comma in config object
Browse files Browse the repository at this point in the history
  • Loading branch information
gb96 committed Jul 6, 2012
1 parent 31bc0d2 commit 0114588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Expand Up @@ -14,7 +14,7 @@ var config = {
black_list: './config/black_list',
host_filters: './config/hostfilters.js',
listen:[{ip:'0.0.0.0', port:80},//all ipv4 interfaces
{ip:'::', port:80}]//all ipv6 interfaces
{ip:'::', port:80}],//all ipv6 interfaces
listen_ssl:[{
ip:'0.0.0.0',//all *secure* ipv4 interfaces
port:443,
Expand Down

0 comments on commit 0114588

Please sign in to comment.