add upyun_download

This commit is contained in:
2022-08-24 01:05:21 +08:00
parent 00d088c13f
commit 3abd794fd4
4 changed files with 62 additions and 2 deletions
+4
View File
@@ -95,4 +95,8 @@ server {
location /api/v1/uc/ {
proxy_pass http://127.0.0.1:3000/api/v1/uc/;
}
location /api/ngx/upyun_download {
content_by_lua_file $resty_loc/nginx/scripts/upyun_download.lua;
}
}