docker-laravel-mysql-nginx-starter icon indicating copy to clipboard operation
docker-laravel-mysql-nginx-starter copied to clipboard

Fixed nginx root directory

Open shahid163 opened this issue 6 months ago • 0 comments

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.

shahid163 avatar Aug 10 '24 13:08 shahid163