dockerfile / nginx

Nginx Dockerfile for trusted automated Docker builds.
http://dockerfile.github.io/#/nginx
MIT License
479 stars 537 forks source link

Add documentation on logging #23

Open c100k opened 9 years ago

c100k commented 9 years ago

I spent a long time trying to figure out why my /var/log/nginx/error.log and /var/log/nginx/access.log were always empty before finding this great blog article : https://blog.docker.com/2015/04/tips-for-deploying-nginx-official-image-with-docker/. Putting this directly in the docs should save time to a lot of users working with this image.