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