diff --git a/README.md b/README.md index 4350895..64b7e2f 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ services: > docker-compose exec php-fpm /bin/bash > chown -R www-data:www-data /var/www/html/storage - > chmod -R 775 /var/www/html/storage + > P.S. please give a star if you like it :wink: diff --git a/src/supervisor/supervisord.conf b/src/supervisor/supervisord.conf index 3912f99..71e88fc 100644 --- a/src/supervisor/supervisord.conf +++ b/src/supervisor/supervisord.conf @@ -18,8 +18,8 @@ command=/usr/sbin/nginx -g "daemon off;" numprocs=1 autostart=true autorestart=true -stderr_logfile=/var/log/ngnix.err.log -stdout_logfile=/var/log/ngnix.out.log +stderr_logfile=/var/log/nginx.err.log +stdout_logfile=/var/log/nginx.out.log user=root priority=100