codedamn

How to setup subdomain automatic for every user register

Asked by Debanjan Tewary about 2 years ago

0

I am making a crm , where I want If I register as a user I will get a domain of debanjan.mycrm.com as domain for my dashboard when I register. I am working on nodejs express mongodb. Can Someone tell me or send me any link for ref how to do it?

2 Answers

    1

    To configure subdomains from whithin NodeJs Server depends on the web server you are using in front of the NodeJs, if you are using Nginx along with NodeJS you can follow the following guide https://stackoverflow.com/a/30951911

    @josephbotros

    Joseph Botros

    @josephbotros

    0

    Can you have any video link to share for me? So it will be more helpful for me. Thank you for your kind response

    @debanjant

    Debanjan Tewary

    @debanjant

Your answer