Add x-Forwarded-Host to nginx direct access.

This commit is contained in:
Fredrik Baberg 2022-09-27 13:25:41 +02:00
parent ed44ae751e
commit be245cdda8

View File

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