aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevices <[email protected]>2021-06-30 17:40:24 +0200
committerGitHub <[email protected]>2021-06-30 17:40:24 +0200
commit45ae83d60cefb2a65c74adea373ece0a08a074f0 (patch)
tree35b1226409e9c36fddefa71712be971f7861a508
parentfix: error message not being shown (diff)
downloadhost.fuwn.me-45ae83d60cefb2a65c74adea373ece0a08a074f0.tar.xz
host.fuwn.me-45ae83d60cefb2a65c74adea373ece0a08a074f0.zip
Remove duplicate proxy_redirect directive
The config check run by nginx will fail because this directive is stated twice
-rw-r--r--docs/nginx.md1
1 files changed, 0 insertions, 1 deletions
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;
}
}