Re: Fw:Routing problems through cookies

2019-03-27 Thread Maxim Dounin
Hello! On Wed, Mar 27, 2019 at 10:41:07AM +0800, 姜伯洋 wrote: [...] You may want to avoid posting the same question multiple times. Thank you. -- Maxim Dounin http://mdounin.ru/ ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/

Fw:Routing problems through cookies

2019-03-26 Thread 姜伯洋
map $cookie_wpt_debug $forward_to_gray { # When default is not specified, the default resulting value will be an empty string. default ""; 9cb88042edc55bf85c22e89cf880c63a 10.105.195.11; } if ( $forward_to_gray != '' ) { proxy_pass http://$forward_to_gray$request_