diff --git a/roles/web-gw/templates/vhost.j2 b/roles/web-gw/templates/vhost.j2 index 7fa58c8..5eca14c 100644 --- a/roles/web-gw/templates/vhost.j2 +++ b/roles/web-gw/templates/vhost.j2 @@ -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 {