- 博客(2)
- 收藏
- 关注
翻译 简单解决lnmp环境下不支持thinkphp路由(pathinfo模式)
think开发的项目放到lnmp环境路由不生效,需要配置一下nginx, 将原来location ~ .php屏蔽,重新配置如下location ~ \.php { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi_params; set $real_script_name $
2017-05-15 18:29:47 701 1
原创 阿里云CentOS6.8搭建LNMP
1:查看环境:[root@iZ2ze80ru630hwydm2cnh5Z ~]# cat /etc/redhat-releaseCentOS release 6.8 (Final)2:关闭防火墙[root@iZ2ze80ru630hwydm2cnh5Z ~]# chkconfig iptables off3:配置CentOS 6.0 第三方yum源(CentOS默认的标准源里没有nginx软件包
2017-05-12 13:59:03 639
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人