nginx配置文件中添加:
set $root_path '/data/www/m.domain.com/public'; root $root_path;
location / { try_files $uri $uri/ /index.php?$query_string; }