top of page

Delete and Re-install the Nginx in the Odoo server

  • Writer: Tek Siong, Hock
    Tek Siong, Hock
  • Jun 7, 2022
  • 1 min read

Sometimes, due to some unforeseen circumstances, there could be issues with the Https certificate in the Odoo installation server. The errors may be varies and the quick fix is just to remove the nginx and install it again in a clean way.


sudo apt-get remove nginx nginx-common
sudo apt-get purge nginx nginx-common

After that, just re-install the nginx and the HTTPS (eg, let's encrypt).

Recent Posts

See All
Odoo Performance Profile for debugging

Odoo Performance Profile for debugging, If you are on Odoo 16 and below, and need a good tool for debugging the performance of your Odoo system, this will be the right content for you.

 
 
 

Commentaires


Subscribe Form

  • facebook
  • linkedin

©2019 by Excelroot Technology Sdn Bhd.

bottom of page