From 61f83d4bae77066674cebe648b412429da1362f5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 29 Sep 2019 17:02:39 +0200 Subject: [PATCH] small vhost adjustments --- overlay/etc/nginx/vhost.conf | 6 ------ 1 file changed, 6 deletions(-) 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; }