From e2f4d2cdaaa7204b626b2f5a29d88046646c2f67 Mon Sep 17 00:00:00 2001 From: Info-Screen Date: Tue, 10 Jul 2018 04:23:56 +0200 Subject: [PATCH] Use language neutral links to MDN insetead of es --- docs/user-guide/nginx-configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/configmap.md b/docs/user-guide/nginx-configuration/configmap.md index fb1e13ebbe..bd5b4af617 100644 --- a/docs/user-guide/nginx-configuration/configmap.md +++ b/docs/user-guide/nginx-configuration/configmap.md @@ -734,7 +734,7 @@ _References:_ ## http-redirect-code Sets the HTTP status code to be used in redirects. -Supported codes are [301](https://developer.mozilla.org/es/docs/Web/HTTP/Status/301),[302](https://developer.mozilla.org/es/docs/Web/HTTP/Status/302),[307](https://developer.mozilla.org/es/docs/Web/HTTP/Status/307) and [308](https://developer.mozilla.org/es/docs/Web/HTTP/Status/308) +Supported codes are [301](https://developer.mozilla.org/docs/Web/HTTP/Status/301),[302](https://developer.mozilla.org/docs/Web/HTTP/Status/302),[307](https://developer.mozilla.org/docs/Web/HTTP/Status/307) and [308](https://developer.mozilla.org/docs/Web/HTTP/Status/308) _**default:**_ 308 > __Why the default code is 308?__