@Friendica Admins Good morning everyone. I have a problem that has been going on since we updated the instance to the latest release.
As you can see from the image (which is taken from a mastodon screen), from Mastodon, from Misskey, from Pixelfed and from Pleroma it is impossible to see the profile pic of most of the poliverso accounts.
Can anyone give me some suggestions to solve this annoying problem?
Are there any ways to "force" sending or updating images on federated instances?
As you can see from the image (which is taken from a mastodon screen), from Mastodon, from Misskey, from Pixelfed and from Pleroma it is impossible to see the profile pic of most of the poliverso accounts.
Can anyone give me some suggestions to solve this annoying problem?
Are there any ways to "force" sending or updating images on federated instances?
Michael Vogel
in reply to Signor Amministratore β • • •Luca Nucifora
in reply to Signor Amministratore β • •Signor Amministratore β likes this.
Friendica Admins reshared this.
Luca Nucifora
in reply to Signor Amministratore β • •@Signor Amministratore @Michael Vogel for future reference, the problem was caused by a nginx reverse proxy in front of the apache server.. with these headers it seems to work again, but I am not sure about it..
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header Host $host;
proxy_set_header Proxy '';
like this
Roland Häder e Signor Amministratore β like this.
reshared this
Friendica Admins e Signor Amministratore β reshared this.