diff proxy.t @ 731:cf9183219c59

Tests: removed debugging leftover.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2015 19:54:33 +0300
parents 3b6ff3b7367d
children 984bfe661cce
line wrap: on
line diff
--- a/proxy.t
+++ b/proxy.t
@@ -38,7 +38,7 @@ http {
     server {
         listen       127.0.0.1:8080;
         server_name  localhost;
-add_header X-Port $remote_port;
+
         location / {
             proxy_pass http://127.0.0.1:8081;
             proxy_read_timeout 1s;