摘要:
1、查看主配置文件 [root@bogon ~]# cat /etc/nginx/nginx.conf user root root; worker_processes auto; worker_rlimit_nofile 51200; events { use epoll; worker_connections 65535; } http { include ... 阅读全文
posted @ 2018-11-29 13:57
effortsing
阅读(396)
评论(0)
推荐(0)
摘要:
web站点放在nginx其他目录下 1、查看主配置文件 [root@bogon mysql]# cat /etc/nginx/nginx.conf user root root; worker_processes 1; events { worker_connections 1024; } http { include mime.types; de... 阅读全文
posted @ 2018-11-29 13:22
effortsing
阅读(1537)
评论(0)
推荐(0)
摘要:
1、前提已经安装好lnmp 测试连接mysql没有问题;lnmp安装请参照 python篇 一键安装lnmp 2、创建wordpress数据库 mysql> show databases;+ +| Database |+ +| information_schema || mysql || perfo 阅读全文
posted @ 2018-11-29 10:50
effortsing
阅读(515)
评论(0)
推荐(0)
摘要:
参照文档 http://www.cnblogs.com/shoubianxingchen/p/5166496.html 阅读全文
posted @ 2018-11-29 10:23
effortsing
阅读(128)
评论(0)
推荐(0)
摘要:
linux创建www用户组和用户 wdcp中的nginx服务启动需要依赖www用户,因此若没有此用户就可能会启动失败。创建这个用户的方法: 阅读全文
posted @ 2018-11-29 10:22
effortsing
阅读(6290)
评论(0)
推荐(0)
摘要:
切换到别的目录再卸载即可 阅读全文
posted @ 2018-11-29 09:43
effortsing
阅读(4696)
评论(0)
推荐(0)

浙公网安备 33010602011771号