Relative Content

Tag Archive for nginx-reverse-proxy

how to proxy http://xxx/pic/ to a docker 127.0.0.1:8888/

I have installed a picture service named Picsur with docker image. It works fine at http://127.0.0.1:8888. I have only one FQDN host http://www.example.com/. I can’t configure a name-based host like http://pic.example.com/ to service the picture service . So i decide to configure nginx reverse proxy like this: