Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 439 Bytes

CAH-404-page-generator

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.

Nginx Setup

  location /404/ {
        root /var/www/html
        random_index on;
    }