0

2 つの異なるサーバーがあり、サブドメインを別のサーバーにリダイレクトするレコード エントリが既に追加されています。nginx の設定を変更しましたが、まだ機能していません。

server {
    server_name example.com subdomain.example.com;
    return 301  https://www.example.com$request_uri;
}
4

1 に答える 1