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

/var/log/php dir not writeable by webapp user #6

Closed jasondewitt closed 6 years ago

jasondewitt commented 6 years ago

During my time testing this configuration (its working great btw, thanks for this) I found that the configured www-error.log file was not being created in /var/log/php/7.1

This PR chown's /var/log/php to be owned by the webapp user so this file is created

ricktbaker commented 6 years ago

Thanks for the fix Jason.