Jump to content

LEMP: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 November 2022

15 April 2022

19 March 2022

  • curprev 17:0117:01, 19 March 2022 Kangtain talk contribs 3,801 bytes +58 Source
  • curprev 16:4716:47, 19 March 2022 Kangtain talk contribs 3,743 bytes +3,743 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..."