From 489bce4fe4c52f6b1c06b81354e0f8ae3df1721d Mon Sep 17 00:00:00 2001 From: Amishmaqbool Date: Fri, 5 Sep 2025 15:51:15 +0500 Subject: [PATCH] Agents page configuration --- default.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.conf b/default.conf index 7d18d43..0c0468d 100644 --- a/default.conf +++ b/default.conf @@ -30,6 +30,10 @@ server { try_files /legal/terms.html =404; } + location = /agents { + try_files /agents.html =404; + } + location / { try_files $uri $uri/ /index.html; }