How to run Nginx docker container with custom config?
https://stackoverflow.com/questions/30151436/how-to-run-nginx-docker-container-with-custom-config
May 10, 2015 · http { include /etc/nginx/sites-enabled/*; } You either need to use -c /etc/nginx/nginx.conf or make a small wrapper like the above block and nginx -c it. In case of Docker, you can see different options with abevoelker/docker-nginx: docker run -v /tmp/foo:/foo abevoelker/nginx nginx -c /foo/nginx.conf For a default nginx.conf, check your CMD:
DA: 52 PA: 60 MOZ Rank: 60