Re: Seeking for dynamic proxy_pass solution

2014-03-14 Thread autogun
Hi all, I've managed to solve this, with nginx_substitutions_filter module (http://wiki.nginx.org/HttpSubsModule) It's very easily done. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248258,248399#msg-248399 ___ nginx mailing list nginx@ng

Seeking for dynamic proxy_pass solution

2014-03-10 Thread autogun
Hello, I'd like to achieve something as follow using nginx - When browsing to http://myserver/10.10.21.102 for example, I want proxy_pass to be set to http://10.10.21.102; Im getting somewhere but still need help, Catching the argument this way - http://server/?device=10.10.21.102 In nginx conf