Closed
Bug 1109446
Opened 11 years ago
Closed 11 years ago
Add nginx URL route for `/manifests/` to prod
Categories
(Cloud Services :: Operations: Marketplace, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cvan, Assigned: jason)
References
()
Details
Attachments
(1 file)
344.02 KB,
image/png
|
Details |
1. Load https://marketplace.firefox.com/ in your browser.
2. Notice there is a 404 for https://marketplace.firefox.com/manifests/standard.json
––
The nginx URL routes were added in https://github.com/mozilla-services/svcops-puppet/commit/bbaf52f60
The URLs for https://marketplace-dev.allizom.org/manifests/standard.json and https://marketplace.allizom.org/manifests/standard.json load correctly.
Jason, ideas?
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jthomas
Assignee | ||
Comment 1•11 years ago
|
||
Merged changes into master https://github.com/mozilla-services/svcops-puppet/pull/92
curl -H 'Accept-encoding: gzip' https://marketplace.firefox.com/manifests/hosted.webapp -D-
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 11 Dec 2014 22:31:22 GMT
Content-Type: application/x-web-app-manifest+json; charset=utf-8
Last-Modified: Tue, 09 Dec 2014 19:05:30 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Backend-Server: web7
Content-Encoding: gzip
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•