< Installing a web server < Nginx web server

/etc/nginx/conf.d/default.conf server {

   listen 80;
   server_name example.com www.example.com
   root /var/www/example.com/html;

}

This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.