skip to Main Content

Laravel API route get 404 on Nginx – CentOS

I have a Laravel project. It works on Mac os with nginx. I recentlly installed a CentOs 8. I installed Nginx on it and add the configuration bellow: server { listen 8001; server_name _; root /usr/share/nginx/html/reservation_laravel/public; add_header X-Frame-Options "SAMEORIGIN"; add_header…

VIEW QUESTION
Back To Top
Search