Add an to the firmware on the rewrite rule.
This commit is contained in:
parent
a6c3d51cbf
commit
6d537d3f27
|
|
@ -61,7 +61,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
#rewrite rule - send to https with an exception for provisioning
|
#rewrite rule - send to https with an exception for provisioning
|
||||||
if ($uri !~* ^.*(provision|xml_cdr).*$) {
|
if ($uri !~* ^.*(provision|xml_cdr|firmware).*$) {
|
||||||
rewrite ^(.*) https://$host$1 permanent;
|
rewrite ^(.*) https://$host$1 permanent;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue