Closed
Description
This issue is automatically created based on existing pull request: #30883: Remove recursion in location of static files.
Description (*)
Magento 2.4-develop
The default NGINX config contains a possible bug in location static
, that leads to infinite recursion.
This PR remove it.
Manual testing scenarios (*)
- Enable Static content signing.
- Try to open URL like [MAGE_URL]/static/version-example
Expected: 404 page
Actual: 500 error
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done