fixed homeassistant not allowing reverce proxy

This commit is contained in:
k 2024-05-31 02:43:43 -04:00
parent f8b1fd6e79
commit 28e5ed22bc

View File

@ -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;
};
}; };
}; };