单项选择题
客户端当在访问某一个网页时,如果这个访问的资源不存在,那么经常会看到404的提示!Nginx自带的404提示不是很友好!所以我们可以自己编写比较友好的404页面!那么在Nginx配置文件中如何重定向404错误页面()。
A.error_page404404.html
B.page404404.html
C.location404{root/errorindex404.html}
D.error404404.html
点击查看答案&解析
相关考题
