# 302の場合 location ^~ /hoge/foo.html { rewrite ^(.*)$ http://example.com/hoge/foo.html redirect; } # 301の場合 location ^~ /foo/bar.html { rewrite ^(.*)$ http://example.com/foo/ permanent; } # ホスト名等引き継ぎ location ^~ /hoge { proxy_set_header Host $host; proxy_set_header X-Proto $http_x_forwarded_proto; proxy_pass http://127.0.0.1$request_uri; } # 特定のクエリの場合だけ転送 location ^~ /hoge/foo.php { if ($args ~ "(.