fixed homeassistant not allowing reverce proxy
This commit is contained in:
parent
f8b1fd6e79
commit
28e5ed22bc
@ -42,8 +42,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
extraComponents = ["wiz" "fail2ban"];
|
extraComponents = ["wiz" "fail2ban"];
|
||||||
config = {
|
config = {
|
||||||
http.server_port=8003;
|
http = {
|
||||||
default_config = {};
|
use_x_forwarded_for="true";
|
||||||
|
trusted_proxies=["127.0.0.1"];
|
||||||
|
server_port=8003;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user