ricktbaker / beanstalk-nginx-php-fpm

How to replace apache with nginx and php-fpm on AWS beanstalk
MIT License
74 stars 27 forks source link

Make /var/log/nginx world readable. #14

Open jeff-kilbride opened 6 years ago

jeff-kilbride commented 6 years ago

Hi Rick,

I noticed some errors in the /var/log/healthd/daemon.log file recently. The default nginx setup has /var/log/nginx permissions set to 700. This PR changes them to 755, so the healthd user can read the logs.

Thanks!