I have install multi tenant sites in erpnext, I have create multiple sites but one site execute in one time

I have install multi tenant sites in erpnext, I have create multiple sites but one site execute in one time. Is it possible to run mutiple sites in one time

yes you can. bench setup nginx

I have worked on bench setup nginx but its not working . I have many times install and execute site on bench setup nginx. but it run only one site.
If you have execute multiple sites in a different port OR different DNS. So please provide me fully documentation i.e. install on my localhost.

Try deleting the currentsite.txt file and add the site names in the /etc/hosts (for local)

Hi @MayankVaibhav,

first, remove your current site and start clean.

Then, try this

$ cd /home/frappe/frappe-bench
$ bench config dns_multitenant on
$ bench new-site site2.example.com
$ sudo bench setup nginx
$ sudo service nginx reload
$ sudo bench restart

Hope this helps. For a full documentation refer to the manual :wink: .