[-] graysonuniverse@sh.itjust.works 2 points 8 months ago

The thought-police strike again.

[-] graysonuniverse@sh.itjust.works 1 points 8 months ago

It's actually pretty interesting.

I recall one incident in lemmy's infancy where one of the devs tried to ban the use of certain words, but then the community (rightfully) pushed back and said "no, that's stupid."

[-] graysonuniverse@sh.itjust.works 26 points 8 months ago

Why is there an affordability crisis while the ruling class continues to expand their wealth?

[-] graysonuniverse@sh.itjust.works 13 points 8 months ago* (last edited 8 months ago)

I expect to see more of this.

Conservative women's brains are fucked because they needed a sense of belonging and all they had to choose from were scumbags.

I'm not blaming the women. It's just the reality when a substantial amount of them get sucked up in the MAGA bullshit.

[-] graysonuniverse@sh.itjust.works 8 points 8 months ago

YOU WILL VOTE FOR OUR CORPORATE STOOGE AND YOU WILL LIKE IT!

[-] graysonuniverse@sh.itjust.works 9 points 8 months ago

Thank you so much. This explained it clearly and your fix worked.

[-] graysonuniverse@sh.itjust.works 2 points 8 months ago

Where is the 'advanced configuration'?

6

cross-posted from: https://sh.itjust.works/post/52298822

The nginx server block is listening on a port other than 80, if that matters. It's all my VPN provider will allow me to forward.

35
submitted 8 months ago* (last edited 8 months ago) by graysonuniverse@sh.itjust.works to c/selfhosted@lemmy.world

The nginx server block is listening on a port other than 80, if that matters. It's all my VPN provider will allow me to forward.

server {
	listen [PORT];
	server_name mysite.i2p;

	location / {
		proxy_pass http://127.0.0.1:7657/;
		proxy_set_header Host $host;
		proxy_set_header X-Real-IP $remote_addr;
		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
	}
}

graysonuniverse

0 post score
0 comment score
joined 8 months ago