首页 > 网站 > WEB服务 > 正文

Nginx配置error_page 404错误页面

2020-05-27 13:11:05
字体:
来源:转载
供稿:网友

   几个命令自己看吧,不懂的评论提问

  error_page 404 = @homepage;

  location @homepage {

  rewrite .* / permanent;

  }

  1.测试nginx.conf正确性: /usr/local/nginx/sbin/nginx -t

  2.重新加载nginx生效:/usr/local/nginx/sbin/nginx -s reload

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表