File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ nginx-lua-anti-ddos-challenge (1.2-1) stable; urgency=medium
2
+ - Fixed both guest and logged in user cache
3
+ - Fixed POST request caching
4
+ - Change default value to false in-case other scripts are present on the Nginx server to be executed after this script.
5
+ - Improved content cache key so it works with other request types like POST etc
6
+
7
+ -- C0nw0nk <C0nw0nk@github> Sat, 23 Aug 2025 00:00:00 +0000
8
+
1
9
nginx-lua-anti-ddos-challenge (1.1-1) stable; urgency=medium
2
10
- Added Feature Content-Type Caching using ngx.location.capture
3
11
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
Original file line number Diff line number Diff line change 66
66
67
67
# Auto added - DONT REMOVE
68
68
%changelog
69
+ * Sat Aug 23 2025 C0nw0nk <C0nw0nk@github> - 1.2-1
70
+ - Fixed both guest and logged in user cache
71
+ - Fixed POST request caching
72
+ - Change default value to false in-case other scripts are present on the Nginx server to be executed after this script.
73
+ - Improved content cache key so it works with other request types like POST etc
69
74
* Wed Aug 20 2025 C0nw0nk <C0nw0nk@github> - 1.1-1
70
75
- Added Feature Content-Type Caching using ngx.location.capture
71
76
- This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
You can’t perform that action at this time.
0 commit comments