File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
19nginx-lua-anti-ddos-challenge (1.1-1) stable; urgency=medium
210 - Added Feature Content-Type Caching using ngx.location.capture
311 - 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 6666
6767# Auto added - DONT REMOVE
6868%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
6974* Wed Aug 20 2025 C0nw0nk <C0nw0nk@github> - 1.1-1
7075- Added Feature Content-Type Caching using ngx.location.capture
7176- 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