location / {

  # 如果文件或目錄不存在,則轉發到 index.php

  try_files $uri $uri/ /index.php?$query_string;

}