diff --git a/nginx.conf b/nginx.conf index 389e8aa..8eb9c84 100644 --- a/nginx.conf +++ b/nginx.conf @@ -36,7 +36,7 @@ server { return 302 https://theorangeone.net; } - location ~ ^/([0-9a-z]+)/.* { + location ~ ^/(.*?)/.* { # Custom 404 for each presentation error_page 403 404 =404 /$1/404.html; }