Servers

Configure HTTPS using SSL certificate on WAMP local server

Generate Private key Open terminal as an Administrator and goto openssl installation path by typing below commad. then enter below command and enter a password 2 times and then enter below command and enter same password you entered in previous step. Create SSL Certificate Enter below command and enter real or dummy company information You …

Configure HTTPS using SSL certificate on WAMP local server Read More »

How to create Virtual Hosts in Nginx server

There are two directories in which we can create and store our virtual host configuration files. Both of them are located inside /etc/nginx directory. The name of those two directories are sites-available and sites-enabled. But why do we need two directories to store our virtual host files? Actually, we will store our virtual host files in the sites-available directory only. Then, we …

How to create Virtual Hosts in Nginx server Read More »