forked from FF-RGB/ansible
Add Updatepath for 11s releases, remove legacy mapping
This commit is contained in:
parent
3c20fc825a
commit
ea9cef86c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user