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

nginx判断为404跳转

时间:2018-11-09 18:18:23      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:server   err   www   http   col   bsp   string   $1   query   

server {
listen 80;
server_name localhost www.beautysaas.com 120.26.126.123;
error_page 404 = http://www.beautysaas.com/$1;   #这个不带url后缀

 

 


location / {
root html;
index index.html index.htm index.php;
try_files $uri $uri/ /index.html?$query_string;    #这个是带url后缀的
}

nginx判断为404跳转

标签:server   err   www   http   col   bsp   string   $1   query   

原文地址:https://www.cnblogs.com/byfboke/p/9936479.html

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