Add x-Forwarded-Host to nginx direct access.
This commit is contained in:
parent
ed44ae751e
commit
be245cdda8
@ -6,5 +6,6 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_pass http://octoprint/;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user