Update fusionpbx

This commit is contained in:
FusionPBX
2017-08-16 14:59:11 -06:00
committed by GitHub
parent 07395edf00
commit c2066837a8

View File

@@ -46,7 +46,7 @@ server{
server {
listen 80;
server_name fusionpbx;
if ($uri !~* ^.*provision.*$) {
if ($uri !~* ^.*(provision|xml_cdr).*$) {
rewrite ^(.*) https://$host$1 permanent;
break;
}