add missing urls
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user