Update $ sudo apt-get update Installing Nginx $ sudo apt-get install nginx After installation, the file structure like this: All configuration files are in /etc/nginx, and each virtual host has been arranged in the /etc/nginx/sites-available; Program files in the /usr/sbin/nginx;…
Installation WNMP ( Nginx, MySQL, PHP ) on Microsoft Windows
Nginx is an open source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it…