forked from FF-RGB/ansible
web-gw: sync http and https
This commit is contained in:
parent
44211ceee6
commit
e9defd4236
@ -13,13 +13,16 @@ server {
|
|||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
|
|
||||||
location /firmware {
|
# /firmware is legacy now
|
||||||
proxy_pass https://regensburg.freifunk.net/firmware;
|
#location /firmware {
|
||||||
}
|
# proxy_pass https://regensburg.freifunk.net/firmware;
|
||||||
|
#}
|
||||||
|
|
||||||
# temp redirector server
|
# temp redirector server
|
||||||
location /move.php {
|
location /move.php {
|
||||||
proxy_pass http://home.mephis.to:2342/move.php;
|
proxy_pass http://home.mephis.to:2342/move.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
# updateserver @meph
|
# updateserver @meph
|
||||||
location /firmware-ng/experimental {
|
location /firmware-ng/experimental {
|
||||||
proxy_pass http://home.mephis.to:2342/ff/experimental/images;
|
proxy_pass http://home.mephis.to:2342/ff/experimental/images;
|
||||||
@ -40,7 +43,16 @@ server {
|
|||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
|
|
||||||
location /firmware {
|
# /firmware is legacy now
|
||||||
proxy_pass https://regensburg.freifunk.net/firmware;
|
#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;
|
||||||
|
}
|
||||||
|
location /firmware-ng/stable {
|
||||||
|
proxy_pass http://home.mephis.to:2342/ff/stable/images;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user