ubuntu20.04.2上安装wordpress+nginx+php+fpm+mysql

1.更新安装源

sudo apt-get update 

2.安装nginx

sudo apt install nginx

检查状态

service nginx status
● nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2021-10-12 01:26:15 UTC; 58s ago
       Docs: man:nginx(8)
   Main PID: 15888 (nginx)
      Tasks: 3 (limit: 4706)
     Memory: 6.0M
     CGroup: /system.slice/nginx.service
             ├─15888 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
             ├─15889 nginx: worker proce

你可能感兴趣的:(surprise,#,wordpress,php,nginx,php,mysql,wp)