Closed
Bug 645957
Opened 14 years ago
Closed 14 years ago
please reconfigure graphs1.dmz.sjc.m.c to use graphs-new.m.o
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: fox2mike)
References
Details
There are two places in the code that need to be tweaked (sorry, I have a TODO to read this from a single config). Both of these are relative to the docroot, which I think is /var/www/html/graphs/:
scripts/static_graphs.js
VHOST = 'graphs.allizom.org';
# should be changed to:
VHOST = 'graphs-new.mozilla.org';
js/common.js
var SERVER = 'http://graphs.allizom.org';
# should be changed to:
var SERVER = 'http://graphs-new.mozilla.org';
It looks like there may be a local modification in place in common.js ('graphs-stage2.mozilla.org'), if so please still change to 'graphs-new.mozilla.org'.
Again, sorry for the hassle, I'll make this easier in a future release.
Assignee | ||
Comment 1•14 years ago
|
||
Done. They were pointing to graphs-stage2, not allizom.
Assignee: server-ops → shyam
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•