mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_proxy65: Add multiplex pattern.
This commit is contained in:
parent
15175bb828
commit
abcb8d02e5
1 changed files with 3 additions and 0 deletions
|
@ -173,4 +173,7 @@ end
|
|||
module:provides("net", {
|
||||
default_port = 5000;
|
||||
listener = listener;
|
||||
multiplex = {
|
||||
pattern = "^\5";
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue