Nginx + Next.js 404 on static files – Phpmyadmin
I have a WordPress site (in /var/www/html/ path) with an nginx server, now I want a specific page to be in nextjs (in /var/www/html/ path) by proxy, for port 3000. I'm requesting, example.com/specific-next-page The page does load, but all static…