From a6c9534d09a4be376fc9fdb42c56a576382389d1 Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 28 Dec 2025 04:23:18 +0100 Subject: [PATCH] chore: update 1 file(s) --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 3c7f1ee..424f8a3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,11 +28,11 @@ server { } location = /style.css { - try_files /style.css =404; + internal; } location = /chatv2.js { - try_files /chatv2.js =404; + internal; } # Proxy API requests to plato.lan (192.168.1.74)