--- httpd-2.4.25/modules/proxy/proxy_util.c.orig	2016-10-24 19:06:41.000000000 +0900
+++ httpd-2.4.25/modules/proxy/proxy_util.c	2017-01-04 11:21:05.847819000 +0900
@@ -3703,6 +3703,7 @@
     {"scgi",     SCGI_DEF_PORT},
     {"h2c",      DEFAULT_HTTP_PORT},
     {"h2",       DEFAULT_HTTPS_PORT},
+    {"uwsgi",    3031},
     { NULL, 0xFFFF }     /* unknown port */
 };
 
