Update stable settings to account for new stable.melpa.org domain.

This commit is contained in:
Melpa 2014-10-23 01:04:29 -04:00
parent 2ffb028ccd
commit 6f9cc28871
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ server {
# Make site accessible from http://localhost/
server_name localhost;
server_name *.milkbox.net;
server_name *.melpa.org;
# proxy to Apache 2 and mod_python
location / {

View file

@ -362,7 +362,7 @@
// Changing the appearance of the MELPA Stable page
//////////////////////////////////////////////////////////////////////////////
melpa.stable = m.prop(window.location.host === 'melpa-stable.milkbox.net');
melpa.stable = m.prop(window.location.host === 'melpa-stable.milkbox.net' || window.location.host === 'stable.melpa.org');
melpa.archivename = {};
melpa.archivename.controller = function() {
this.archiveName = function() {