error_page 404 /404.html;之后还是没有变化。然后发现了这样一段配置:
location = /404.html {
root /usr/share/nginx/html;
}
location / {把这段注释掉就好了,404也正常了。 Ubuntu为啥要默认这样的坑爹配置呢?CentOS 5.5没有这个问题。
# First attempt to serve request as file, then
# as directory, then fall back to index.html
try_files $uri $uri/ /index.html;
}
没有评论:
发表评论