Upgrade ... issue with overwirte.cli.url

hello,
when i go to settings → overview section i see that “warning” but i am bit confused…

the “overwrite.cli.url” in my config contain local ip ; because i am running nextcloud on local ip; and on top sits nginx reverse proxy.

What is meant by i am accessing Nexcloud from a trusted proxy? i do access it via nginx - is it possible to find out which header configuration is incorrect?

nginx contains:

        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

and one more

thanks!

https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html

https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/security_setup_warnings.html

1 Like

@wwe
well cant see what is causing

the error is so generic and also many posts on forum w/out solution ;/

I’m sorry the error is crystal clear and points you to the docs where the right config is described…

1 Like

@wwe its not. my config is exactly same as on described link.
as i mention ppl are struggling with the same issue on the forum; and apparently no fix.