From cadb5a1222376d345c056eb6f37c8c44e856e324 Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 21 Sep 2022 11:40:30 +0200 Subject: [PATCH] minor --- docs/install/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/nginx.md b/docs/install/nginx.md index def3ec62..fddbeabc 100644 --- a/docs/install/nginx.md +++ b/docs/install/nginx.md @@ -30,7 +30,7 @@ server { location @proxy { proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://127.0.0.1:13120; } }