Steve Kamerman před 8 roky
rodič
revize
9ef0bb3356
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      nginx.tmpl

+ 1 - 1
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;