comparison realip.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 e9064d691790
comparison
equal deleted inserted replaced
730:63c45a158cde 731:cf9183219c59
34 34
35 http { 35 http {
36 %%TEST_GLOBALS_HTTP%% 36 %%TEST_GLOBALS_HTTP%%
37 37
38 add_header X-IP $remote_addr; 38 add_header X-IP $remote_addr;
39 add_header X-Port $remote_port;
40 set_real_ip_from 127.0.0.1/32; 39 set_real_ip_from 127.0.0.1/32;
41 set_real_ip_from 10.0.1.0/24; 40 set_real_ip_from 10.0.1.0/24;
42 41
43 server { 42 server {
44 listen 127.0.0.1:8080; 43 listen 127.0.0.1:8080;