diff --git a/overlay/etc/nginx/vhost.conf b/overlay/etc/nginx/vhost.conf index b001329..b40748b 100644 --- a/overlay/etc/nginx/vhost.conf +++ b/overlay/etc/nginx/vhost.conf @@ -9,12 +9,6 @@ server { try_files $uri $uri/ /index.php$is_args$args; } - error_page 404 = @notfound; - - location @notfound { - return 301 /; - } - location ~ /(cli|data) { return 404; }