mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 21:49:41 +01:00
Update README.md
This commit is contained in:
@@ -105,8 +105,8 @@ services:
|
|||||||
> docker-compose exec php-fpm /bin/bash
|
> docker-compose exec php-fpm /bin/bash
|
||||||
|
|
||||||
> chown -R www-data:www-data /var/www/html/storage
|
> chown -R www-data:www-data /var/www/html/storage
|
||||||
|
|
||||||
> chmod -R 775 /var/www/html/storage
|
> chmod -R 775 /var/www/html/storage
|
||||||
|
|
||||||
> P.S. please give a star if you like it :wink:
|
> P.S. please give a star if you like it :wink:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ command=/usr/sbin/nginx -g "daemon off;"
|
|||||||
numprocs=1
|
numprocs=1
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stderr_logfile=/var/log/ngnix.err.log
|
stderr_logfile=/var/log/nginx.err.log
|
||||||
stdout_logfile=/var/log/ngnix.out.log
|
stdout_logfile=/var/log/nginx.out.log
|
||||||
user=root
|
user=root
|
||||||
priority=100
|
priority=100
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user