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
|
#rewrite rule - send to https with an exception for provisioning
|
||||||
#if ($uri !~* ^.*provision.*$) {
|
if ($uri !~* ^.*provision.*$) {
|
||||||
# rewrite ^(.*) https://$host$1 permanent;
|
rewrite ^(.*) https://$host$1 permanent;
|
||||||
# break;
|
break;
|
||||||
#}
|
}
|
||||||
|
|
||||||
#rewrite rule - REST api
|
#rewrite rule - REST api
|
||||||
if ($uri ~* ^.*/api/.*$) {
|
if ($uri ~* ^.*/api/.*$) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue