# HG changeset patch # User Sebastien Jodogne # Date 1351255389 -7200 # Node ID 616a2aaf5a4d955e095c1da85addc420c061e8ea # Parent c08fbad40ddd82e719e838ec3d51879412a47283 remote access by default diff -r c08fbad40ddd -r 616a2aaf5a4d Resources/Configuration.json --- a/Resources/Configuration.json Fri Oct 26 14:21:38 2012 +0200 +++ b/Resources/Configuration.json Fri Oct 26 14:43:09 2012 +0200 @@ -40,7 +40,7 @@ **/ // Whether remote hosts can connect to the HTTP server - "RemoteAccessAllowed" : false, + "RemoteAccessAllowed" : true, // Whether or not SSL is enabled "SslEnabled" : false,