Add a message rewrite rule and replaces spaces with tabs.

This commit is contained in:
FusionPBX 2021-09-30 10:23:06 -06:00 committed by GitHub
parent 8fdb549193
commit 69601c7b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 8 deletions

View File

@ -178,6 +178,9 @@ server {
break;
}
#message media
rewrite "^/app/messages/media/(.*)/(.*)" /app/messages/message_media.php?id=$1&action=download last;
#algo
rewrite "^.*/provision/algom([A-Fa-f0-9]{12})\.conf" /app/provision/?mac=$1&file=algom%7b%24mac%7d.conf last;