From 2237c60c0ec6555b4a5e52b62c981213c591fbfc Mon Sep 17 00:00:00 2001 From: "anan@alchemy" Date: Tue, 20 Jul 2021 21:48:46 +0800 Subject: [PATCH] . --- file_upload/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file_upload/nginx.conf b/file_upload/nginx.conf index 38ad470..e3e6813 100644 --- a/file_upload/nginx.conf +++ b/file_upload/nginx.conf @@ -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;