View Issue Details

IDProjectCategoryView StatusLast Update
0000228AlmaLinux-8nginxpublic2022-05-05 04:13
Reporterdavidlai Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
OSAlmaLinuxOS Version8.5 
Summary0000228: nginx config file has a typo
DescriptionMinor issue

After installing nginx, there is a config file /etc/nginx/nginx.conf. At approx line 50 is:

        error_page 404 /404.html;
            location = /40x.html {
        }

I believe this is a typo there, the /40x.html should be /404.html

I think the correct lines should read:

        error_page 404 /404.html;
            location = /404.html {
        }

I suspect this problem is introduced upstream of Alma, but downstream of Nginx. Possibly a typo introduced by Redhat?
Steps To ReproduceJust install nginx
TagsNo tags attached.
abrt_hash
URL

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-05-05 04:13 davidlai New Issue