Saturday, 16 December 2017

Nginx02-Installation

Installation and Setup

  • Configure EPEL repository and install NGINX
# yum install nginx -y
  • Enable Nginx and start it
# systemctl enable nginx
# systemctl start nginx

No comments :

Post a Comment