Point nginx.conf with ssl to ERPNEXT

going to my domain on port 8000 no longer works after installing a comodo ssl cert. i was able to connect no problem before the ssl cert. ive only changed the nginx.conf file to read the cert and change the default port from 80 to 443, no other changes.

unfortuently i cant access the erpnext application anymore. im thinking that i have to edit the nginx.conf to point to the erpnext application but dont know where exactly that is.

thanks for your time,
kevin

Port 8000? That’s for development. I’m unsure if that’s a type. Are you running a production or development setup? i.e do you run bench start everytime you want to use ERPNext?

The best way to setup SSL for ERPNext is let Bench handle the configuration.

Follow this tutorial : https://frappe.github.io/frappe/user/en/bench/guides/configuring-https.html

I have been using port 8000 when on http and it seemed to work fine. I intended to install a production machine, what is the port number I should be using?

Thanks for your help!

I’m sorry I’m still not sure what kind of setup you have? Do you run bench start to use ERPNext everytime?