express set app.use (express.static (path.join (_ _ dirname, "public"), nginx) do you still need to configure static resources?
express set app.use (express.static (path.join (_ _ dirname, "public"), nginx) do you still need to configure static resources?
depends on the role of your nginx here, if it is a reverse proxy, then do not need it.
give you a hand
express can be used as a static resource server and can also implement a reverse proxy, so is it necessary to build a nginx? In which case is it sufficient to use express? In which case is express + nginx required? ...