nginxでのリダイレクト方法について

TOP Forums 使い方全般(Fixing KUSANAGI) nginxでのリダイレクト方法について

nginxでのリダイレクト方法について

Viewing 0 reply threads
  • Author
    Posts
    • #530
      yagi
      Participant

        /etc/nginx/nginx.conf
        の一番最後に

        server {
        server_name default_server;

        rewrite ^https://AAA/BBB/$ https://CCC/BBB/$1 permanent;
        }

        という記述をしたのですが、リダイレクトされません。

        書き方がおかしいのでしょうか?

    Viewing 0 reply threads
    • You must be logged in to reply to this topic.

    Next article

    フォーラムについて