forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx.conf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user