mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Update stable settings to account for new stable.melpa.org domain.
This commit is contained in:
parent
2ffb028ccd
commit
6f9cc28871
2 changed files with 2 additions and 1 deletions
|
@ -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 / {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue