nghttpx: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2018-09-30 12:28:43 +09:00
parent c278adde7a
commit 87ac872fdc
1 changed files with 3 additions and 3 deletions

View File

@ -1053,9 +1053,9 @@ int parse_mapping(Config *config, DownstreamAddrConfig &addr,
g.redirect_if_not_tls = true;
}
// All backends in the same group must have the same mruby path.
// If some backend does not specify mruby file, and there is at
// least one backend with mruby file, it is used for all backend
// in the group.
// If some backends do not specify mruby file, and there is at
// least one backend with mruby file, it is used for all
// backends in the group.
if (g.mruby_file.empty()) {
g.mruby_file = make_string_ref(downstreamconf.balloc, params.mruby);
} else if (g.mruby_file != params.mruby) {