lumen路由配置nginx

 

    nginx配置文件中添加:

    set   $root_path   '/data/www/m.domain.com/public';
    root   $root_path;

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

posted @ 2019-10-06 13:46  brady-wang  阅读(1037)  评论(0)    收藏  举报