About
Funny Sandbox is a personal playground — a single VPS hosting whatever I happen to be building.
How it's put together
nginx sits in front and routes each URL to the right thing. Static pages
like this one are served straight from disk; the games run as their own
processes and get mounted under /games/. Cloudflare handles
DNS and TLS in front of that.
Adding a page
Static pages are plain HTML files in the web root. Anything with a
server of its own gets a location block pointing at its
port.