nginx as proxy for nginx for testing

Igor Sysoev igor at sysoev.ru
Mon Sep 13 22:48:20 MSD 2010


On Mon, Sep 13, 2010 at 08:55:58PM +0400, Franchoze Eric wrote:

> Does somebody know if it's possible to specify nginx to get special urls or files from other nginx? I want to bring up nginx on separate port to have possibility to test it without custom modules.

location /special_url {
    proxy_pass http://other-nginx;
}


-- 
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx-devel mailing list