How to install free SSl at Ngnix in Ubuntu 16.04/18.04
Step – Prerequisites. Before Installing SSL certificate at Ngnix first make sure that your DNS is configured properly. All DNS record is mention in configuration file of DNS and […]
Step – Prerequisites. Before Installing SSL certificate at Ngnix first make sure that your DNS is configured properly. All DNS record is mention in configuration file of DNS and […]
Setup Nginx Virtual Hosting in CentOS/Rhel 7.x Prerequisites : https://www.natsav.com/blog/2017/01/28/how-to-install-and-configure-nginx-on-centosrhel-7-x You need to create websites to share the same IP address : #mkdir -p /var/www/virtualhost/site1.example.com #mkdir /var/www/virtualhost/site2.example.com #chmod 755 /var/www/virtualhost […]