aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http
diff options
context:
space:
mode:
authorx270 <42441861+x270@users.noreply.github.com>2021-04-18 10:50:36 +0900
committerpotappo <potappo@gmail.com>2021-04-20 21:38:23 +0900
commite33d623b3c79684e6cceb767408539f8d53b4727 (patch)
tree3f77b15b6b1911114fcda2c7cd8d67dc89991268 /files/ja/web/http
parent608a2c74ec01568d9be603c48d6f9910d4a94c2f (diff)
downloadtranslated-content-e33d623b3c79684e6cceb767408539f8d53b4727.tar.gz
translated-content-e33d623b3c79684e6cceb767408539f8d53b4727.tar.bz2
translated-content-e33d623b3c79684e6cceb767408539f8d53b4727.zip
メッセージ表記を修正
Diffstat (limited to 'files/ja/web/http')
-rw-r--r--files/ja/web/http/redirections/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/redirections/index.html b/files/ja/web/http/redirections/index.html
index 2e887b8cae..d3f9637afd 100644
--- a/files/ja/web/http/redirections/index.html
+++ b/files/ja/web/http/redirections/index.html
@@ -274,7 +274,7 @@ rewrite ^/images/(.*)$ https://images.example.com/$1 permanent;
<p>時々、サーバーがリダイレクトループを検出しないことがあります。それぞれのサーバーでは全貌を把握できない、複数のサーバーにわたるリダイレクトループがあり得ます。この場合はブラウザーがループを検出して、エラーメッセージを表示するでしょう。Firefox では以下のメッセージを表示します。</p>
<blockquote>
-<p class="bz_comment_text" id="comment_text_0">このアドレスへのリクエストに対するサーバの自動転送設定がループしています。</p>
+<p class="bz_comment_text" id="comment_text_0">このアドレスへのリクエストに対するサーバーの自動転送設定がループしています。</p>
</blockquote>
<p>Chrome では以下のように表示されます。</p>