From 2f32db81881fa6eefc7da79e73add5f8c9056cfd Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 10 Aug 2025 21:56:48 +0000 Subject: index --- up.chud.cyou | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'up.chud.cyou') diff --git a/up.chud.cyou b/up.chud.cyou index 1f9cce3..5cfba7f 100644 --- a/up.chud.cyou +++ b/up.chud.cyou @@ -24,7 +24,7 @@ server { client_max_body_size 100m; - location = /style.css { + location = /(style.css|title.png) { try_files $uri =404; } @@ -56,5 +56,6 @@ server { rewrite ^/$ /index.html last; rewrite ^/upchud.tcl$ /upchud.tcl last; rewrite ^/style.css$ /style.css last; + rewrite ^/title.png$ /title.png last; rewrite ^/(.+)$ /out/$1; } -- cgit v1.2.3