aaP_deskson
Nginx This is normal and can be ignored.
nginx has been started. You can ignore the error and use the following two commands to view:
/etc/init.d/nginx status
ps uax|grep nginx
Or modify the startup file
vim /etc/init.d/nginx
Added content:
mkdir -p /dev/shm/nginx-cache/wp
As shown in the figure:
