Update fusionpbx.conf

This commit is contained in:
FusionPBX 2017-08-16 14:58:23 -06:00 committed by GitHub
parent d7dfdb2279
commit 07395edf00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ server {
}
#rewrite rule - send to https with an exception for provisioning
if ($uri !~* ^.*provision.*$) {
if ($uri !~* ^.*(provision|xml_cdr).*$) {
rewrite ^(.*) https://$host$1 permanent;
break;
}