Closed
Bug 1674616
Opened 5 years ago
Closed 5 years ago
/raw-analysis/ endpoint is broken
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: kats)
References
(Regression)
Details
The /raw-analysis/<path-to-file> URL are supposed to deliver the raw analysis for the file. But they just produce 404 errors. It looks like the analysis files are gzip'd without creating the corresponding zero-length un-gzip'd files, but are served with nginx using try_files. So nginx doesn't see the gzip'd version and just produces a 404.
| Assignee | ||
Comment 1•5 years ago
|
||
Assignee: nobody → kats
| Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•