Main public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:47, 19 March 2022 Kangtain talk contribs created page LEMP (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...")