[Vuejs]-What nginx server config exactly should be for Nuxt.js Universal project?

0👍

It seems that Nginx tries to connect on the IPv6 loopback [::1], and nodejs is probably just listening on IPv4.

Try setting 127.0.0.1 instead of localhost

Leave a comment