Oct. 14, 2022
5:48 p.m.
heureka!
added two lines to the nginx config and now it seems up and running ...
_location_ now looks like this:
location / {
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $host;
}
will test nor and try to import my old lists tomorrow (it's already way past midnight here)