Remove duplicate proxy_redirect directive

The config check run by nginx will fail because this directive is stated twice
This commit is contained in:
Devices 2021-06-30 17:40:24 +02:00 committed by GitHub
parent c9de92cc7f
commit 45ae83d60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}