From 9ef0bb3356417f5632842a9951a690fea1b2c498 Mon Sep 17 00:00:00 2001 From: Steve Kamerman Date: Thu, 29 Sep 2016 16:06:53 -0400 Subject: [PATCH] Comment typo --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 7262968..20688da 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -25,7 +25,7 @@ map $http_x_forwarded_proto $proxy_x_forwarded_proto { } # If we receive X-Forwarded-Port, pass it through; otherwise, pass along the -# server port the client connect to +# server port the client connected to map $http_x_forwarded_port $proxy_x_forwarded_port { default $http_x_forwarded_port; '' $server_port;