autofans
V2EX  ›  问与答

如何把多个域名(大于 2 个)301 重定向到指定的域名上?

  •  
  •   autofans · Sep 9, 2014 · 2769 views
    This topic created in 4358 days ago, the information mentioned may be changed or developed.
    比如要把A、B、C三个域名301重定向到D上,在nginx上应该如何配置?

    server{
    listen 80;
    server_name A;B;C;

    return 301 $scheme://D$request_uri;

    }

    这样写的格式对吗?谢谢!
    4 replies    2014-09-10 08:44:02 +08:00
    arnofeng
        1
    arnofeng  
       Sep 10, 2014 via Android   ❤️ 1
    。。。。。分号肯定不是
    walleL
        2
    walleL  
       Sep 10, 2014   ❤️ 1
    qiayue
        3
    qiayue  
       Sep 10, 2014 via Android   ❤️ 1
    空格
    yinznet
        4
    yinznet  
       Sep 10, 2014
    网上的范例好像都是空格
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   971 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 19:09 · PVG 03:09 · LAX 12:09 · JFK 15:09
    ♥ Do have faith in what you're doing.