server { listen "127.0.0.1:9003" host { name "example.com" path "/" { location "./fixtures/simple_proxy/files/" } proxy "/home/" { url "http://127.0.0.1:9003/" } } }