# HG changeset patch # User Sergey Kandaurov # Date 1513701157 -10800 # Node ID 5da72eaa893f621003ce3008248dcde390f1ea2d # Parent eadd24ccfda1aee031adddf3256b9941ff412590 Tests: reduced differences to the upcoming proxy_bind test script. diff --git a/proxy_bind_transparent.t b/proxy_bind_transparent.t --- a/proxy_bind_transparent.t +++ b/proxy_bind_transparent.t @@ -56,14 +56,13 @@ http { server_name localhost; location / { - add_header X-IP $remote_addr; + add_header X-IP $remote_addr always; } } } EOF -$t->write_file('index.html', ''); $t->run()->plan(1); ###############################################################################