How to configure a non dockerized nginx to serve static files from a docker container?
Description I have installed NGINX on a ubuntu server. It works and i can run different websites with static files from the same server. Installed docker now and build an image, pushed it to this ubuntu server and run it…