nginx 后台url 自动跳转

    location /{
         try_files $uri $uri/ /index.php?$query_string;
    }

原文地址:https://www.cnblogs.com/photo520/p/15083102.html