From ed2c6d3d0bb4ac32a6d9a171044c5735e7493b99 Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Wed, 5 Aug 2026 09:02:47 -0700 Subject: [PATCH] Route oskiewar.com to the live game --- lith/Caddyfile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lith/Caddyfile b/lith/Caddyfile index e909d6cb7..37b2a3a43 100644 --- a/lith/Caddyfile +++ b/lith/Caddyfile @@ -699,6 +699,16 @@ import lith_proxy } + # --- oskiewar.com --- + @oskiewarroot host oskiewar.com www.oskiewar.com + handle @oskiewarroot { + @oskiewarindex path / + handle @oskiewarindex { + rewrite * /oskiewar + } + import lith_proxy + } + # --- wipppps.world --- @wippppsroot host wipppps.world www.wipppps.world handle @wippppsroot { @@ -729,7 +739,7 @@ file_server } - @mainspa host aesthetic.computer www.aesthetic.computer lith.aesthetic.computer notepat.com www.notepat.com wipppps.world www.wipppps.world p5.aesthetic.computer sitemap.aesthetic.computer + @mainspa host aesthetic.computer www.aesthetic.computer lith.aesthetic.computer notepat.com www.notepat.com oskiewar.com www.oskiewar.com wipppps.world www.wipppps.world p5.aesthetic.computer sitemap.aesthetic.computer handle @mainspa { # Assets → DO Spaces CDN. The bucket root maps directly to # assets.aesthetic.computer (no /assets/ prefix exists in the -- 2.51.2