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