#maybe I just haven t understood how to
1 messages · Page 1 of 1 (latest)
location / {
allow all;
include conf.d/proxy.conf;
proxy_pass http://192.168.0.42:8123;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_ignore_client_abort on;
}
I used that when I migrated HA between hosts, so that the old IP would redirect to the new host
oh, I thought i had to do it via the gui
I don't use add-ons 
I'd be shocked if it didn't support config via files, but #add-ons-archived would know