add missing urls

This commit is contained in:
2022-05-29 23:32:05 +08:00
parent 83f0586130
commit b02f29bfb9
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -42,6 +42,15 @@ server {
return 200;
}
location /api/ngx/image/check {
content_by_lua_file $resty_loc/nginx/scripts/check_file.lua;
}
location /api/ngx/image/upload_combined {
content_by_lua_file $resty_loc/nginx/scripts/upload_combined_image.lua;
}
#Upload image files
location /api/ngx/image/upload {
content_by_lua_file $resty_loc/nginx/scripts/upload.lua;
+9
View File
@@ -38,6 +38,15 @@ server {
return 200;
}
location /api/ngx/image/check {
content_by_lua_file $resty_loc/nginx/scripts/check_file.lua;
}
location /api/ngx/image/upload_combined {
content_by_lua_file $resty_loc/nginx/scripts/upload_combined_image.lua;
}
#Upload image files
location /api/ngx/image/upload {
content_by_lua_file $resty_loc/nginx/scripts/upload.lua;