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