码迷,mamicode.com
首页 > 其他好文 > 详细

yii2部署nginx

时间:2019-04-19 11:47:06      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:ret   false   class   manager   eal   oca   rewrite   red   als   

页面全部提示404,
nginx平台下需要额外配置yii rewrite规则,配置如下: 在nginx 的配置文件nginx.conf //增加部分 location / { # Redirect everything that isn‘t a real file to index.php try_files $uri $uri/ /index.php?$args; } 重启nginx服务 //路由优化 ‘components‘ => [ ‘urlManager‘ => [ ‘class‘ => ‘yii\web\UrlManager‘, ‘enablePrettyUrl‘ => true, ‘showScriptName‘ => false, ], ]

 

yii2部署nginx

标签:ret   false   class   manager   eal   oca   rewrite   red   als   

原文地址:https://www.cnblogs.com/huay/p/10734859.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!