Nginx설정이후 Laravel 404 에러해결

Nginx설정이후 Laravel 404 에러해결

nginx 설정 파일중 이렇게 되있는 부분을

location / { try_files $uri $uri/ /index.php; }

위의 설정으로 변경해준다

from http://ganbarujoy.tistory.com/129 by ccl(A) rewrite - 2021-01-05 16:26:09