#maybe I just haven t understood how to

1 messages · Page 1 of 1 (latest)

lyric nymph
#
    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

frosty ore
#

oh, I thought i had to do it via the gui

lyric nymph
#

I don't use add-ons shrug

#

I'd be shocked if it didn't support config via files, but #add-ons-archived would know

frosty ore
#

yeah i'm used to configure it with the location blocks...

#

I'll give it another try