/ Last updated : 2019年4月6日 yagi nginxでのリダイレクト方法について TOP › Forums › 使い方全般(Fixing KUSANAGI) › nginxでのリダイレクト方法について nginxでのリダイレクト方法について This topic has 0 replies, 1 voice, and was last updated 5 years, 7 months ago by yagi. Viewing 0 reply threads Author Posts 2019年4月6日 at 17:53 #530 yagiParticipant /etc/nginx/nginx.conf の一番最後に server { server_name default_server; rewrite ^https://AAA/BBB/$ https://CCC/BBB/$1 permanent; } という記述をしたのですが、リダイレクトされません。 書き方がおかしいのでしょうか? Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In