Update fusionpbx

This commit is contained in:
FusionPBX
2017-08-16 14:59:38 -06:00
committed by GitHub
parent c2066837a8
commit 9bbd4eb8a7

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;
}