Update fusionpbx

This commit is contained in:
FusionPBX
2017-08-16 15:00:12 -06:00
committed by GitHub
parent 9bbd4eb8a7
commit 2162b0069b

View File

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