How to get server-side rendered nextjs14 app to serve static assets on apache reverse proxy
I created the example create-next-app@14 nextjs app on my rhel server (which has node on it) and I let it run on port 3000 (using either npm run dev or start after building). I also configured a reverse proxy on…