amh4.2修改版安装命令

@Ta 2015-06-21 3585点击
能运行快乐秒赞源码伪静态规则是
location / {
 index index.html index.htm index.php;
 if (!-e $request_filename) {
 rewrite ^/index.php(.*)$ /index.php?s=$1 last;
 rewrite ^(.*)$ /index.php?s=$1 last;
 break;
 }
}
安装命令是
wget http://m.odata.cc/amh4.2/amh.sh && chmod 775 amh.sh && ./amh.sh 2>&1 | tee amh.log

安装好后执行
cd /usr/local/php/etc
rm -rf php-fpm-template.conf
rm -rf php-fpm.conf
wget http://m.odata.cc/amh4.2/php-fpm-template.conf
wget http://m.odata.cc/amh4.2/php-fpm.conf
执行reboot
重启服务器后
就可以登录控制面板了
回复列表(4|隐藏机器人聊天)
添加新回复
回复需要登录