Update fusionpbx

This commit is contained in:
FusionPBX 2018-01-23 10:36:20 -07:00 committed by GitHub
parent 6e49545f15
commit dbdd6384ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -150,11 +150,6 @@ server {
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
#ssl_dhparam
#letsencrypt
location /.well-known/acme-challenge {
root /var/www/letsencrypt;
}
#REST api
if ($uri ~* ^.*/api/.*$) {
rewrite ^(.*)/api/(.*)$ $1/api/index.php?rewrite_uri=$2 last;