You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
406 B
14 lines
406 B
5 years ago
|
diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c
|
||
|
index e672e4a..8be833a 100644
|
||
|
--- a/modules/proxy/proxy_util.c
|
||
|
+++ b/modules/proxy/proxy_util.c
|
||
|
@@ -3557,6 +3557,8 @@ static proxy_schemes_t pschemes[] =
|
||
|
{"fcgi", 8000},
|
||
|
{"ajp", AJP13_DEF_PORT},
|
||
|
{"scgi", 4000},
|
||
|
+ {"ws", 80},
|
||
|
+ {"wss", 443},
|
||
|
{ NULL, 0xFFFF } /* unknown port */
|
||
|
};
|
||
|
|