File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ nginx-lua-anti-ddos-challenge (1.3-1) stable; urgency=medium
2
+ - localize vars so the script is compatible with all nginx lua versions old and new.
3
+ - Fix content-type header depending on how early in execution process we are with nginx the content-type header could still be nil so i have fixed it.
4
+
5
+ -- C0nw0nk <C0nw0nk@github> Wed, 03 Sep 2025 00:00:00 +0000
6
+
1
7
nginx-lua-anti-ddos-challenge (1.2-1) stable; urgency=medium
2
8
- Fixed both guest and logged in user cache
3
9
- Fixed POST request caching
Original file line number Diff line number Diff line change 66
66
67
67
# Auto added - DONT REMOVE
68
68
%changelog
69
+ * Wed Sep 03 2025 C0nw0nk <C0nw0nk@github> - 1.3-1
70
+ - localize vars so the script is compatible with all nginx lua versions old and new.
71
+ - Fix content-type header depending on how early in execution process we are with nginx the content-type header could still be nil so i have fixed it.
69
72
* Sat Aug 23 2025 C0nw0nk <C0nw0nk@github> - 1.2-1
70
73
- Fixed both guest and logged in user cache
71
74
- Fixed POST request caching
You can’t perform that action at this time.
0 commit comments