icebob / vue-express-mongo-boilerplate

:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS

Home Page:http://vemapp.moleculer.services/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx and work under a .../admin/ folder

emredagli opened this issue · comments

Hello,
I am new with nginx, I am trying to configure my nginx config.
I have 2 nodejs projects, one of it is your admin project and I want it to be installed under http://mydomain.com/admin
And the other will work under http://mydomain.com/client folder.
I look at your config file but could not locate folder like setting.
Thanks.