I wonder if Nginx would just load random into memory and crash if you did this.
Comment on AI companies are violating a basic social contract of the web and and ignoring robots.txt
4am@lemm.ee 8 months agoserver {
name herebedragons.example.com; root /dev/random;
}
aniki@lemm.ee 8 months ago
PlexSheep@feddit.de 8 months ago
Nice idea! Better use
/dev/urandom
through, as that is non blocking. See here.aniki@lemm.ee 8 months ago
That was really interesting. I always used urandom by practice and wondered what the difference was.