View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000228 | AlmaLinux-8 | nginx | public | 2022-05-05 04:13 | 2022-05-05 04:13 |
Reporter | davidlai | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
OS | AlmaLinux | OS Version | 8.5 | ||
Summary | 0000228: nginx config file has a typo | ||||
Description | Minor 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 Reproduce | Just install nginx | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-05-05 04:13 | davidlai | New Issue |