docker-laravel-mysql-nginx-starter
docker-laravel-mysql-nginx-starter copied to clipboard
Fixed nginx root directory
Corrected root directive in server block.
Previously, the root directive was set to /var/www/app/public, which caused issues as the Laravel application's public directory is located at /var/www/app. This change aligns the root directive with the correct directory structure.