Update README.md

This commit is contained in:
2022-09-21 10:17:47 +02:00
parent 1cdb19604b
commit 40fef8dc74
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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