From 95fa420c3ad0391b970d26c9f42e15d5f3dbb463 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 24 Sep 2025 18:31:02 +0200 Subject: [PATCH] updated nginx confi --- http.d/Recipes.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.d/Recipes.conf.template b/http.d/Recipes.conf.template index e1ea0480b..976340663 100644 --- a/http.d/Recipes.conf.template +++ b/http.d/Recipes.conf.template @@ -24,7 +24,7 @@ server { } location /errors/ { - alias /etc/nginx/conf.d/errorpages/; + alias /etc/nginx/http.d/errorpages/; internal; } }