1
0
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:
Stefan Eissing
2016-03-02 09:51:05 +00:00
parent 6d8b9c1b2e
commit a46258f6bb

View File

@@ -3681,6 +3681,8 @@ static proxy_schemes_t pschemes[] =
{"fcgi", 8000},
{"ajp", AJP13_DEF_PORT},
{"scgi", SCGI_DEF_PORT},
{"h2c", DEFAULT_HTTP_PORT},
{"h2", DEFAULT_HTTPS_PORT},
{ NULL, 0xFFFF } /* unknown port */
};