Problem: Migrate Laravel into Nginx, when enter index page, it cause a 403 error.
Solution: Go to Nginx config file, change try_files line to below line:
try_files $uri $uri/ /index.php?$query_string;
Problem: Migrate Laravel into Nginx, when enter index page, it cause a 403 error.
Solution: Go to Nginx config file, change try_files line to below line:
try_files $uri $uri/ /index.php?$query_string;