Merge pull request #1931 from markdedeuge/patch-1

Update nginx.conf to use http_host rather than host fixes #1930
This commit is contained in:
Oliver 2021-08-10 11:04:56 +10:00 committed by GitHub
commit 3df7299a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ server {
proxy_pass http://inventree-server:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_redirect off;