LEMP: Difference between revisions
Created page with "==Update Software Packages== sudo apt update sudo apt upgrade ==Install Nginx Web Server== sudo apt install nginx After it’s installed, we can enable Nginx to auto-start at boot time by running the following command. sudo systemctl enable nginx Then start Nginx with this command: sudo systemctl start nginx Now check out its status. sudo systemctl status nginx Check Nginx version. nginx -v If you are using UFW firewall, then run this command to open TCP po..." |
|||
| Line 113: | Line 113: | ||
==Source== | ==Source== | ||
*[https://www.linuxbabe.com/ubuntu/install-lemp-stack-ubuntu-20-04-server-desktop linuxbabe.com] | *[https://www.linuxbabe.com/ubuntu/install-lemp-stack-ubuntu-20-04-server-desktop linuxbabe.com] | ||
*[https://github.com/erfantkerfan/LEMP-server github.com] | |||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Web Server]] | [[Category:Web Server]] | ||