mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
adding default port numbers for h2/h2x proxy schemes, by jchampion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3681,6 +3681,8 @@ static proxy_schemes_t pschemes[] =
|
|||||||
{"fcgi", 8000},
|
{"fcgi", 8000},
|
||||||
{"ajp", AJP13_DEF_PORT},
|
{"ajp", AJP13_DEF_PORT},
|
||||||
{"scgi", SCGI_DEF_PORT},
|
{"scgi", SCGI_DEF_PORT},
|
||||||
|
{"h2c", DEFAULT_HTTP_PORT},
|
||||||
|
{"h2", DEFAULT_HTTPS_PORT},
|
||||||
{ NULL, 0xFFFF } /* unknown port */
|
{ NULL, 0xFFFF } /* unknown port */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user