Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleNote

HostBill Enterprise installed after 2018-03-19 already have ssl configuration stored in  /etc/nginx/ssl.conf 
If you are using such version, you should only edit this file and provide your certificate files locations there.

To install valid SSL Certificate on VPS/Server where HostBill Enterprise is installed:

...

fastcgi_param HTTPS 'on'; 


4. Optionally, redirect all traffic from port 80 to 443.
To do that, add following lines a the top of /etc/nginx/conf.d/main.conf

...