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