mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
fix melpa-stable redirect to stable.melpa.org
This commit is contained in:
parent
07ce78e290
commit
f966ec735d
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
##
|
||||
|
||||
server {
|
||||
server_name melpa-stable.milkbox.net;
|
||||
server_name hiddencameras.milkbox.net;
|
||||
rewrite ^ $scheme://stable.melpa.org$request_uri? permanent;
|
||||
}
|
||||
|
@ -30,7 +31,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue