Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xkr47 committed Jan 25, 2016
1 parent 73e4734 commit 51482c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/org/otherone/vhostproxy/vertx/config.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ shared object portConfig {
shared Integer publicHttpsPort = listenHttpsPort;
}

"A file containing 'group:commaSeparatedListOfIps'. Example: 'home:192.168.1.2,127.0.0.1'. IPv6 addresses also allowed."
"A file containing 'group:commaSeparatedListOfIps'. Example: 'home:192.168.1.2,127.0.0.1'. IPv6 addresses also allowed in uncompressed format e.g. 0:0:0:0:0:0:0:1 for localhost."
String accessGroupFilename = "accessGroups.txt";

class NextHop (
Expand Down

0 comments on commit 51482c9

Please sign in to comment.