CentOS LNMP常用命令大全
一 服务管理命令
二 端口 进程 与防火墙
三 虚拟主机 与 常用路径
location ~ \.php$ {
root /usr/share/nginx/html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
四 数据库与安全加固
五 备份 维护 与 一键包扩展