Home > OS >  Ask a question about Nginx301 jump error
Ask a question about Nginx301 jump error

Time:10-12

The configuration file is
If ($host='123. com') {
Rewrite ^/https://456.com$request_uri permanent;
}
Normal links are a success, but in weaving the dream of the TAG label error missing
Such as the original link is https://123.com/tags.php?/nginx
After the 301 turned to https://456.com/tags.php? directly/nginx?/nginx
Is behind many a?/* * * this kind of parameter, what reason is this?
  • Related