网站首页 » PHP » typecho nginx配置部署

typecho nginx配置部署

April 28, 2021 PHP

nginx 设置重写

     if (!-e $request_filename) {
            rewrite ^(.*)$ /index.php$1 last;
        }
 

php.ini 开启cgi.pathinfo

cgi.fix_pathinfo=1
添加新评论