Report this

What is the reason for this report?

How can I get nginx to display webapp in *example.com*/here ?

Posted on July 29, 2016

I’ve built a web app and now I would like to move it to it’s own / location on my domain, I thought doing the following would work;

location /here { proxy_pass http://127.0.0.1:5000: }

but that doesn’t work, if I proxy_pass the app to the / location it works fine.

Any help would be greatly appreciated.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.