Added Stable Updater

This commit is contained in:
Bastian 2018-07-14 11:41:32 +02:00
parent b44e9dc450
commit de337f1ad0
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ server {
location /firmware-ng/experimental {
proxy_pass https://home.mephis.to/ff/experimental/images;
}
location /firmware-ng/stable {
proxy_pass https://home.mephis.to/ff/stable/images;
}
}
server {