Update fusionpbx
This commit is contained in:
parent
815a872dc9
commit
9bce60de97
|
|
@ -124,6 +124,9 @@ server {
|
||||||
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
|
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
|
||||||
|
|
||||||
#letsencrypt
|
#letsencrypt
|
||||||
|
location /.well-known/acme-challenge {
|
||||||
|
root /var/www/letsencrypt;
|
||||||
|
}
|
||||||
|
|
||||||
#REST api
|
#REST api
|
||||||
if ($uri ~* ^.*/api/.*$) {
|
if ($uri ~* ^.*/api/.*$) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue