Add Updatepath for 11s releases, remove legacy mapping

This commit is contained in:
Bastian 2020-05-29 23:25:59 +02:00
parent 3c20fc825a
commit ea9cef86c5
1 changed files with 7 additions and 10 deletions

View File

@ -13,11 +13,6 @@ server {
root /var/www/html;
# /firmware is legacy now
#location /firmware {
# proxy_pass https://regensburg.freifunk.net/firmware;
#}
# temp redirector server
location /move.php {
proxy_pass http://home.mephis.to:2342/move.php;
@ -30,6 +25,13 @@ server {
location /firmware-ng/stable {
proxy_pass http://home.mephis.to:2342/ff/stable/images;
}
# post 11s
location /firmware-11s/experimental {
proxy_pass http://home.mephis.to:2342/ff/11s/experimental/images;
}
location /firmware-11s/stable {
proxy_pass http://home.mephis.to:2342/ff/11s/stable/images;
}
}
server {
@ -43,11 +45,6 @@ server {
root /var/www/html;
# /firmware is legacy now
#location /firmware {
# proxy_pass https://regensburg.freifunk.net/firmware;
#}
# updateserver @meph
location /firmware-ng/experimental {
proxy_pass http://home.mephis.to:2342/ff/experimental/images;