docker-php-nginx-dev icon indicating copy to clipboard operation
docker-php-nginx-dev copied to clipboard

Docker PHP 7.4 FPM + Nginx to developer enviroment

Results 1 docker-php-nginx-dev issues
Sort by recently updated
recently updated
newest added

Add this command in nginx to be able to do uploads in tmp folder, avoing error: ``` [crit] 14#14: *82 open() "/var/lib/nginx/tmp/client_body/0000000003" failed (13: Permission denied) ``` Command: `chown www-data:www-data...