diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/BlackIP.mmdb b/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/BlackIP.mmdb deleted file mode 100644 index 378094e73..000000000 Binary files a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/BlackIP.mmdb and /dev/null differ diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/GeoIP.mmdb b/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/GeoIP.mmdb deleted file mode 100644 index b854c320b..000000000 Binary files a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/geo/GeoIP.mmdb and /dev/null differ diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/.aes_key b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/.aes_key similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/.aes_key rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/.aes_key diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/.secret b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/.secret similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/.secret rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/.secret diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/global.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/global.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/global.json diff --git a/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/monitor.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/monitor.json new file mode 100644 index 000000000..0fb0fbe95 --- /dev/null +++ b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/monitor.json @@ -0,0 +1,28 @@ +{ + "state": "on", + "exclude": { + "extensions": [ + "png", + "gif", + "jpg", + "css", + "js", + "svg", + "jpeg", + "woff", + "woff2", + "bmp", + "swf", + "icon", + "ttf", + "eot" + ], + "status": [], + "uri": [ + "/favicon.ico" + ] + }, + "log": { + "maxDay": 180 + } +} \ No newline at end of file diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/siteConfig.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/siteConfig.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/siteConfig.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/sites.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/sites.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/sites.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/sites.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/token b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/token similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/token rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/token diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/waf.conf b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/waf.conf similarity index 84% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/waf.conf rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/waf.conf index 68023dcf0..7903ec5c4 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/waf.conf +++ b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/waf.conf @@ -1,9 +1,9 @@ lua_shared_dict waf_req_count 10m; -lua_shared_dict waf 30m; +lua_shared_dict waf 50m; lua_shared_dict waf_block_ip 10m; -lua_shared_dict waf_ip_arr 10m; +lua_shared_dict waf_ip_arr 20m; lua_shared_dict waf_limit 10m; -lua_shared_dict waf_sql 50m; +lua_shared_dict waf_sql 200m; lua_shared_dict waf_locks 100k; lua_code_cache on; diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/waf.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/waf.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/conf/waf.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/conf/waf.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/cc.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/cc.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/cc.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/cc.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/forbidden.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/forbidden.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/forbidden.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/forbidden.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/geo.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/geo.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/geo.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/geo.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/global.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/global.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/global.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/global.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/ip.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/ip.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/ip.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/ip.html diff --git a/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/monitor.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/monitor.json new file mode 100644 index 000000000..0fb0fbe95 --- /dev/null +++ b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/monitor.json @@ -0,0 +1,28 @@ +{ + "state": "on", + "exclude": { + "extensions": [ + "png", + "gif", + "jpg", + "css", + "js", + "svg", + "jpeg", + "woff", + "woff2", + "bmp", + "swf", + "icon", + "ttf", + "eot" + ], + "status": [], + "uri": [ + "/favicon.ico" + ] + }, + "log": { + "maxDay": 180 + } +} \ No newline at end of file diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/unknown.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/unknown.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/default/unknown.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/default/unknown.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/5s.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/5s.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/5s.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/5s.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/5s.js b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/5s.js similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/5s.js rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/5s.js diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/cc.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/cc.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/cc.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/cc.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/forbidden.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/forbidden.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/forbidden.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/forbidden.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/geo.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/geo.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/geo.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/geo.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/ip.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/ip.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/ip.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/ip.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/redirect.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/redirect.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/redirect.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/redirect.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/slide.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/slide.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/slide.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/slide.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/slide.js b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/slide.js similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/slide.js rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/slide.js diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/unknown.html b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/unknown.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/html/unknown.html rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/html/unknown.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/acl.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/acl.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/acl.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/acl.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/args.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/args.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/args.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/args.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/cdn.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/cdn.json similarity index 92% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/cdn.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/cdn.json index 52fede84b..4cea12773 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/cdn.json +++ b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/cdn.json @@ -42,6 +42,7 @@ { "rule": "proxy-client-ip" } - ] -} - + ], + "type": "headers", + "header": "x-real-ip" +} \ No newline at end of file diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/cookie.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/cookie.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/cookie.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/cookie.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/defaultUaBlack.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/defaultUaBlack.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/defaultUaBlack.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/defaultUaBlack.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/defaultUrlBlack.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/defaultUrlBlack.json similarity index 94% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/defaultUrlBlack.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/defaultUrlBlack.json index 4d4fa8141..56c775d76 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/defaultUrlBlack.json +++ b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/defaultUrlBlack.json @@ -24,6 +24,18 @@ "name": "dirFilter4", "type": "dirFilter" }, + { + "state": "on", + "name": "dirFilter5", + "rule": "(?:etc\\/\\W*passwd)", + "type": "dirFilter" + }, + { + "state": "on", + "name": "dirFilter6", + "rule": "(?:bin\\/\\W*sh)", + "type": "dirFilter" + }, { "state": "on", "rule": "/(hack|shell|spy|phpspy)\\.php$", diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/fileExt.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/fileExt.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/fileExt.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/fileExt.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/header.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/header.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/header.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/header.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/ipBlack.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/ipBlack.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/ipBlack.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/ipBlack.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/ipWhite.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/ipWhite.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/ipWhite.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/ipWhite.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/methodWhite.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/methodWhite.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/methodWhite.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/methodWhite.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/post.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/post.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/post.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/post.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/uaBlack.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/uaBlack.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/uaBlack.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/uaBlack.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/uaWhite.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/uaWhite.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/uaWhite.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/uaWhite.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/urlBlack.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/urlBlack.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/urlBlack.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/urlBlack.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/urlWhite.json b/apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/urlWhite.json similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/1pwaf/data/rules/urlWhite.json rename to apps/openresty/1.21.4.3-3-1-focal/1pwaf/data/rules/urlWhite.json diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/conf.d/00.default.conf b/apps/openresty/1.21.4.3-3-1-focal/conf/conf.d/00.default.conf similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/conf.d/00.default.conf rename to apps/openresty/1.21.4.3-3-1-focal/conf/conf.d/00.default.conf diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/conf.d/default.conf b/apps/openresty/1.21.4.3-3-1-focal/conf/conf.d/default.conf similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/conf.d/default.conf rename to apps/openresty/1.21.4.3-3-1-focal/conf/conf.d/default.conf diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/fastcgi-php.conf b/apps/openresty/1.21.4.3-3-1-focal/conf/fastcgi-php.conf similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/fastcgi-php.conf rename to apps/openresty/1.21.4.3-3-1-focal/conf/fastcgi-php.conf diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/fastcgi_params b/apps/openresty/1.21.4.3-3-1-focal/conf/fastcgi_params similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/fastcgi_params rename to apps/openresty/1.21.4.3-3-1-focal/conf/fastcgi_params diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/mime.types b/apps/openresty/1.21.4.3-3-1-focal/conf/mime.types similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/mime.types rename to apps/openresty/1.21.4.3-3-1-focal/conf/mime.types diff --git a/apps/openresty/1.21.4.3-2-2-focal/conf/nginx.conf b/apps/openresty/1.21.4.3-3-1-focal/conf/nginx.conf similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/conf/nginx.conf rename to apps/openresty/1.21.4.3-3-1-focal/conf/nginx.conf diff --git a/apps/openresty/1.21.4.3-2-2-focal/data.yml b/apps/openresty/1.21.4.3-3-1-focal/data.yml similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/data.yml rename to apps/openresty/1.21.4.3-3-1-focal/data.yml diff --git a/apps/openresty/1.21.4.3-2-2-focal/docker-compose.yml b/apps/openresty/1.21.4.3-3-1-focal/docker-compose.yml similarity index 92% rename from apps/openresty/1.21.4.3-2-2-focal/docker-compose.yml rename to apps/openresty/1.21.4.3-3-1-focal/docker-compose.yml index 131a5d77f..ed4385051 100644 --- a/apps/openresty/1.21.4.3-2-2-focal/docker-compose.yml +++ b/apps/openresty/1.21.4.3-3-1-focal/docker-compose.yml @@ -1,6 +1,6 @@ services: openresty: - image: 1panel/openresty:1.21.4.3-2-2-focal + image: 1panel/openresty:1.21.4.3-3-1-focal container_name: ${CONTAINER_NAME} restart: always network_mode: host diff --git a/apps/openresty/1.21.4.3-2-2-focal/root/404.html b/apps/openresty/1.21.4.3-3-1-focal/root/404.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/root/404.html rename to apps/openresty/1.21.4.3-3-1-focal/root/404.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/root/index.html b/apps/openresty/1.21.4.3-3-1-focal/root/index.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/root/index.html rename to apps/openresty/1.21.4.3-3-1-focal/root/index.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/root/stop/index.html b/apps/openresty/1.21.4.3-3-1-focal/root/stop/index.html similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/root/stop/index.html rename to apps/openresty/1.21.4.3-3-1-focal/root/stop/index.html diff --git a/apps/openresty/1.21.4.3-2-2-focal/scripts/init.sh b/apps/openresty/1.21.4.3-3-1-focal/scripts/init.sh similarity index 100% rename from apps/openresty/1.21.4.3-2-2-focal/scripts/init.sh rename to apps/openresty/1.21.4.3-3-1-focal/scripts/init.sh