Update fusionpbx

This commit is contained in:
FusionPBX 2017-02-02 14:59:25 -07:00 committed by GitHub
parent 815a872dc9
commit 9bce60de97
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ server {
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
#letsencrypt
location /.well-known/acme-challenge {
root /var/www/letsencrypt;
}
#REST api
if ($uri ~* ^.*/api/.*$) {