comparison 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
comparison
equal deleted inserted replaced
730:63c45a158cde 731:cf9183219c59
36 %%TEST_GLOBALS_HTTP%% 36 %%TEST_GLOBALS_HTTP%%
37 37
38 server { 38 server {
39 listen 127.0.0.1:8080; 39 listen 127.0.0.1:8080;
40 server_name localhost; 40 server_name localhost;
41 add_header X-Port $remote_port; 41
42 location / { 42 location / {
43 proxy_pass http://127.0.0.1:8081; 43 proxy_pass http://127.0.0.1:8081;
44 proxy_read_timeout 1s; 44 proxy_read_timeout 1s;
45 } 45 }
46 46