--- uwsgi-2.0.14/apache2/mod_proxy_uwsgi.c.orig	2016-10-03 17:16:59.000000000 +0900
+++ uwsgi-2.0.14/apache2/mod_proxy_uwsgi.c	2016-12-30 19:09:32.666928000 +0900
@@ -74,10 +74,7 @@
         return HTTP_BAD_REQUEST;
     }
 
-    if (port != UWSGI_DEFAULT_PORT)
-        apr_snprintf(sport, sizeof(sport), ":%u", port);
-    else
-        sport[0] = '\0';
+    apr_snprintf(sport, sizeof(sport), ":%u", port);
 
     if (ap_strchr(host, ':')) { /* if literal IPv6 address */
         host = apr_pstrcat(r->pool, "[", host, "]", NULL);
