yaamp:加密矿池 源码
#yaamp 必需的: linux, mysql, php, web engine, memcached 配置nginx: location / { try_files $uri @rewrite; } location @rewrite { rewrite ^/(.*)$ /index.php?r=$1; } location ~ \.php$ { fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; include fastcgi_params; } 如果您使用apache,应该是这样的: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*) index.php?r=$1 [QSA] 推荐的Stratu
下载地址
用户评论