📅  最后修改于: 2022-03-11 14:50:17.200000             🧑  作者: Mango
$ sudo dnf install nginx
# Start NGINX when system boots
$ sudo systemctl enable nginx
# Start NGINX
$ sudo systemctl start nginx
# Check NGINX Status
$ sudo systemctl status nginx