.
This commit is contained in:
@@ -68,6 +68,8 @@ http {
|
||||
location /upload_json_file {
|
||||
content_by_lua_file /Users/liyong/Code/Lua/lua-rest/openresty/conf/lua/upload_json_file.lua;
|
||||
}
|
||||
# START -------
|
||||
|
||||
|
||||
#Upload image file
|
||||
location /upload_image {
|
||||
@@ -83,6 +85,8 @@ http {
|
||||
autoindex_localtime on;
|
||||
}
|
||||
|
||||
# END -------
|
||||
|
||||
#Set and get redis
|
||||
location /set_get_redis {
|
||||
content_by_lua_file /Users/liyong/Code/Lua/lua-rest/openresty/conf/lua/set_and_get_redis.lua;
|
||||
|
||||
Reference in New Issue
Block a user