split audio convert and download

This commit is contained in:
moicen
2021-12-30 22:04:57 +08:00
committed by 阿男
parent 4fa3dd0760
commit 322a5e1ba3
4 changed files with 144 additions and 96 deletions
+4
View File
@@ -72,6 +72,10 @@ server {
location /api/ngx/image/combine {
content_by_lua_file $resty_loc/resty_funcs/combine.lua;
}
#Audio file download
location /api/ngx/audio/download {
content_by_lua_file $resty_loc/resty_funcs/audio_download.lua;
}
#Audio file convert
location /api/ngx/audio/convert {
content_by_lua_file $resty_loc/resty_funcs/audio_convert.lua;