slim3伪静态配置

location / {
    root    /home/wwwroot/yourdomain.com/public;
    index   index.html index.php;
    try_files $uri $uri/ /index.php?$args;
}
如果您觉得本文对您有用,欢迎捐赠或留言~
微信支付
支付宝

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注