Setting up ERPNext in another port

I am using ubuntu server. I have an existing application in the server. I want to create an ERPNext site in there but in different port location. Creating any sub-domain will also work for me. How can I do that?

@Ajijul_Haque Did you try the following:

bench set-nginx-port <sitename> 8090
bench setup nginx
sudo service nginx reload

This worked in my case.

1 Like