Can I install ERPNext on Open LiteSpeed server?

Hello,

Can I install ERPNext on Open LIteSpeed instead Nginx ?

You probably can, but it will be an uphill battle, while nginx is tried and tested with ERPNext

Doesn’t Nginx function mainly as a web proxy, redirecting all traffic to port 80 or 443?

Although it can be used for this, it is an extremely powerful webserver system.

Yes, I mean in the ERPNext case?

It does following things for ERPNext.

  • reverse proxy frappe gunicorn
  • reverse proxy frappe socketio
  • serve static assets
  • serve public and private files
  • configure ssl (optional)
2 Likes