From fd4c731c8a68e1e364733136184f81922a8a4f2b Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Tue, 10 Oct 2017 15:00:15 +0300 Subject: [PATCH] [alias_traversal] minor documentation improvements --- docs/en/plugins/aliastraversal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/plugins/aliastraversal.md b/docs/en/plugins/aliastraversal.md index 55e05a6..42e802f 100644 --- a/docs/en/plugins/aliastraversal.md +++ b/docs/en/plugins/aliastraversal.md @@ -1,6 +1,6 @@ # [alias_traversal] Path traversal via misconfigured alias -The [alias](https://nginx.ru/ru/docs/http/ngx_http_core_module.html#alias) directive is used to replace path of the specified location. +The [alias](https://nginx.ru/en/docs/http/ngx_http_core_module.html#alias) directive is used to replace path of the specified location. For example, with the following configuration: ```nginx location /i/ {