Revert setting X-Forwarded-Host on nginx direct.

This commit is contained in:
Fredrik Baberg 2022-09-27 13:31:42 +02:00
parent 9195f435c8
commit e68661c4ca
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.9.012"
version: "2022.9.013"
slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles."
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"

View File

@ -6,6 +6,5 @@ server {
location / {
proxy_pass http://octoprint/;
proxy_set_header X-Forwarded-Host $http_host;
}
}