mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 13:39:42 +01:00
Update README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user