nginx yii配置求大神 [ 2.0 版本 ]
server
{
listen 80;
#listen [::]:80;
server_name www.haodaidan.cn ;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/www.hao.cn/pig; //这个位置怎么把frontend/web加上 我加上开始报错500,求大神
include none.conf;
#error_page 404 /404.html;
# Deny access to PHP files in specific directory
#location ~ /(wp-content|uploads|wp-includes|images)/.*\.php$ { deny all; }
include enable-php.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
郝立国 补充于 2017-11-12 17:51
谢谢各位我已经解决问题了 是nginx 目录的问题
共 4 个回答
郝立国
注册时间:2017-02-09
最后登录:2024-01-11
在线时长:77小时3分
最后登录:2024-01-11
在线时长:77小时3分
- 粉丝6
- 金钱2925
- 威望110
- 积分4795