KyleAMathews / docker-nginx

Nginx Docker image for easy hosting of static sites
MIT License
336 stars 108 forks source link

Log files? #3

Closed tedyoung closed 10 years ago

tedyoung commented 10 years ago

Where are the log files being sent to? I don't see them configured, so I'm assuming they're just going to /logs ?

KyleAMathews commented 10 years ago

They're sent to the standard /var/log/nginix folder. You can modify the nginx.conf to change that if you'd like. For my blog I mount /var/log/nginx to the hosts /var/log/nginx/blog for easy access.