lose_but_whole
nuxt + nginx proper config?
Hi, I've seen a lot of tutorials/guides showing using a proxy with nginx to proxy to localhost:3000, is this a standard way to build and configure a production environment it just seems like an odd way to configure a server, particularly compared to a build of a Vue SPA which is easily configured for
location / {
root /path/to/vue/proj
appreciate the help
7 replies