Skip to content

Commit

Permalink
Merge pull request #749 from jajik/websocket
Browse files Browse the repository at this point in the history
Fix language in EnableWsTunnel description
  • Loading branch information
rhusar authored Nov 6, 2023
2 parents ed0fc06 + 3c4c671 commit 80493ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mod_manager/mod_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ static const command_rec manager_cmds[] =
cmd_manager_enable_ws_tunnel,
NULL,
OR_ALL,
"EnableWsTunnel - Use ws or wss instead http or https when creating nodes (Allow Websockets proxing)."
"EnableWsTunnel - Use ws or wss instead of http or https when creating nodes (allows WebSocket proxying)."
),
AP_INIT_TAKE1(
"WSUpgradeHeader",
Expand Down

0 comments on commit 80493ce

Please sign in to comment.