A Cards Against Humanity static 404 page generator
This is designed to be used with nginx random index to randomly display one of the 404 pages generated.
You may of course use this and select the best or base a dynamic generator using this.
location /404/ {
root /var/www/html
random_index on;
}