# 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 -r eadd24ccfda1 -r 5da72eaa893f proxy_bind_transparent.t --- a/proxy_bind_transparent.t Tue Dec 12 12:53:53 2017 +0300 +++ b/proxy_bind_transparent.t Tue Dec 19 19:32:37 2017 +0300 @@ -56,14 +56,13 @@ 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); ###############################################################################