/home/wwwroot/justicexjp/vhost/killxjp.com.conf
把配置文件发出来吧。
server
{
listen 80 default; #listen end
server_name killxjp.com; #server_name end
if ( $host!= 'killxjp.com' )
{
rewrite ^/(.*)$ http://killxjp.com/$1 permanent;
}
index index.html index.htm index.php; #index end
set $subdomain '';
root /home/wwwroot/justicexjp/domain/killxjp.com/web$subdomain;
include /home/wwwroot/justicexjp/rewrite/amh.conf; #rewrite end