Update fusionpbx.conf
This commit is contained in:
parent
85d41ac1a3
commit
7c702af45a
|
|
@ -58,10 +58,10 @@ server {
|
|||
}
|
||||
|
||||
#rewrite rule - send to https with an exception for provisioning
|
||||
#if ($uri !~* ^.*provision.*$) {
|
||||
# rewrite ^(.*) https://$host$1 permanent;
|
||||
# break;
|
||||
#}
|
||||
if ($uri !~* ^.*provision.*$) {
|
||||
rewrite ^(.*) https://$host$1 permanent;
|
||||
break;
|
||||
}
|
||||
|
||||
#rewrite rule - REST api
|
||||
if ($uri ~* ^.*/api/.*$) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue