Spyke

Replies

Comment on

🇮🇱 Telegram : "A pure soldier showcases the quality football made with hard work after fighting in the Whores' Strip. I recommend you save this photo&send it to every Arab dick who talks down on Jews"

Reply in thread

This post is made to show the Nazi side of the IDF. Not to promote this message.

This /c is for the Palestine, and while in media they're talking about a "war", here nuclear show who they really are...

So I still don't understand your downvote.

Sorry if I'm misunderstanding.

Comment on

Looking for assistance to troubleshoot federation between existing instances and my new instance

Reply in thread

You should put the lemmy-ui's port (8635) first then in the conditions blocks, the lemmy's port

set $proxpass "http://0.0.0.0/:{{ lemmy_ui_port }}";
if ($http_accept = "application/activity+json") {
set $proxpass "http://0.0.0.0/:{{ lemmy_port }}";
}
if ($http_accept = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams/"") {
set $proxpass "http://0.0.0.0/:{{ lemmy_port }}";
}
proxy_pass $proxpass;

https://join-lemmy.org/docs/administration/troubleshooting.html

You reached the end