How to deploy a released project after rendering with nuxt

how to deploy nuxt to the server. The previous server has run a tomcat, front and rear end is integrated, port 80 occupies, but the front-end page is dynamic, Baidu can not be included, so use nuxt to rewrite the front-end, after writing found that nuxt is a separate operation, will also occupy a port. I don"t know how to get it up there

Jun.16,2021

nuxt listens on interfaces other than 80, for example, 88.apache configures proxy forwarding to forward port 80 to port 88

Menu