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; }