mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Add default schema ports for websockets
PR:62480 Lubos Uhliarik <luhliari@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3919,6 +3919,8 @@ static proxy_schemes_t pschemes[] =
|
||||
{"scgi", SCGI_DEF_PORT},
|
||||
{"h2c", DEFAULT_HTTP_PORT},
|
||||
{"h2", DEFAULT_HTTPS_PORT},
|
||||
{"ws", DEFAULT_HTTP_PORT},
|
||||
{"wss", DEFAULT_HTTPS_PORT},
|
||||
{ NULL, 0xFFFF } /* unknown port */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user