From 45ae83d60cefb2a65c74adea373ece0a08a074f0 Mon Sep 17 00:00:00 2001 From: Devices Date: Wed, 30 Jun 2021 17:40:24 +0200 Subject: [PATCH] Remove duplicate proxy_redirect directive The config check run by nginx will fail because this directive is stated twice --- docs/nginx.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/nginx.md b/docs/nginx.md index 5a0b5de..ce6f139 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -60,7 +60,6 @@ server { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - proxy_redirect off; proxy_set_header X-Forwarded-Proto $scheme; } }