This commit is contained in:
2021-07-20 21:48:46 +08:00
parent a5b1a27141
commit 2237c60c0e
+4
View File
@@ -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;