this post was submitted on 25 Nov 2024
33 points (97.1% liked)

Self-hosting

3539 readers
17 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 3 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old

Extra fun nginx thing: don't use 403, use 444.

That's a nginx special response that doesn't actually send anything back, it just drops the connection and moves on.

[–] Zachariah@lemmy.world 3 points 8 months ago

robots.txt is a bit like asking bots to not visit my site; with .htaccess, you’re not asking

[–] nek0d3r@lemmy.world 2 points 8 months ago

My robots.txt has definitely only partially helped. I'll have to see if I can do the same with my Caddy setup.