From 579edcf8e370a9055406f075289097cc2ec1fee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 20 Nov 2025 12:58:51 +0100 Subject: [PATCH] Remove 50x.html from the nginx package Resolves: RHEL-102547 - Remove 50x.html for nginx 1.26 --- nginx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.spec b/nginx.spec index dc46562..11cadb9 100644 --- a/nginx.spec +++ b/nginx.spec @@ -411,6 +411,7 @@ install -p -m 0644 ./nginx.conf \ %{buildroot}%{_sysconfdir}/nginx rm -f %{buildroot}%{_datadir}/nginx/html/index.html +rm -f %{buildroot}%{_datadir}/nginx/html/50x.html %if 0%{?el7} ln -s ../../doc/HTML/index.html \ %{buildroot}%{_datadir}/nginx/html/index.html