Update fusionpbx

This commit is contained in:
FusionPBX
2017-02-02 14:54:37 -07:00
committed by GitHub
parent 5fde185705
commit 815a872dc9

View File

@@ -123,6 +123,8 @@ server {
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
#letsencrypt
#REST api
if ($uri ~* ^.*/api/.*$) {
rewrite ^(.*)/api/(.*)$ $1/api/index.php?rewrite_uri=$2 last;