Categories
Nginx

How to configure your Nginx Virtual Host ?

Hi team, here is what to add in your nginx configuration file to resolve the desired virtual host name

 server_name example.com www.example.com;

Leave a Reply