From 66abaeaed2528e0d214088a03d2770f707f7874d Mon Sep 17 00:00:00 2001 From: Amishmaqbool Date: Fri, 5 Sep 2025 16:26:13 +0500 Subject: [PATCH] Route updates --- default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.conf b/default.conf index 0c0468d..0612972 100644 --- a/default.conf +++ b/default.conf @@ -34,6 +34,10 @@ server { try_files /agents.html =404; } + location = /agents/ { + try_files /agents.html =404; + } + location / { try_files $uri $uri/ /index.html; }