forked from norman/fusionpbx-install.sh-github-mirror
Update fusionpbx
This commit is contained in:
5
debian/resources/nginx/fusionpbx
vendored
5
debian/resources/nginx/fusionpbx
vendored
@@ -150,11 +150,6 @@ server {
|
|||||||
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
|
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
|
||||||
#ssl_dhparam
|
#ssl_dhparam
|
||||||
|
|
||||||
#letsencrypt
|
|
||||||
location /.well-known/acme-challenge {
|
|
||||||
root /var/www/letsencrypt;
|
|
||||||
}
|
|
||||||
|
|
||||||
#REST api
|
#REST api
|
||||||
if ($uri ~* ^.*/api/.*$) {
|
if ($uri ~* ^.*/api/.*$) {
|
||||||
rewrite ^(.*)/api/(.*)$ $1/api/index.php?rewrite_uri=$2 last;
|
rewrite ^(.*)/api/(.*)$ $1/api/index.php?rewrite_uri=$2 last;
|
||||||
|
|||||||
Reference in New Issue
Block a user