Ricardo Katz
|
21cd966d1c
|
Remove global-rate-limit feature (#11851)
|
2024-08-25 21:03:29 +01:00 |
|
Matt Miller
|
b3dfee6ada
|
Allow preservation of trailing slashes on TLS redirects via annotation. (#7144)
* allow retaining a trailing slash in a TLS redirect via annotation.
Signed-off-by: mamiller <mamiller@rosettastone.com>
* requested changes
* gofmt
|
2021-05-23 08:51:38 -07:00 |
|
Elvin Efendi
|
e0dece48f7
|
Add Global Rate Limiting support
|
2021-01-04 17:47:07 -05:00 |
|
Manuel Alejandro de Brito Fontes
|
3f153add00
|
Refactor handling of path Prefix and Exact
|
2020-11-10 07:21:34 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
a6b6f03b53
|
Add support for k8s ingress pathtype Prefix
|
2020-11-02 09:56:49 -05:00 |
|
Manuel Alejandro de Brito Fontes
|
493dd6726d
|
Replace request_uri
|
2020-09-27 20:26:39 -03:00 |
|
agile6v
|
bafbd4cccf
|
Enable lj-releng tool to lint lua code.
|
2020-06-09 18:01:35 +08:00 |
|
Manuel Alejandro de Brito Fontes
|
8527f774f7
|
Change condition order that produces endless loop
|
2020-04-03 10:53:40 -03:00 |
|
Ilya Nemakov
|
46a3e0a6fd
|
Fix X-Forwarded-Proto based on proxy-protocol server port
|
2020-02-10 18:08:34 +03:00 |
|
Boris Djurdjevic
|
665f924e9e
|
Add proxy protocol support for X-Forwarded-Port
Fixes https://github.com/kubernetes/ingress-nginx/issues/4951
|
2020-01-24 13:50:35 +01:00 |
|
Elvin Efendi
|
54918c0ff2
|
fix duplicate hsts bug
|
2019-12-12 13:49:13 -05:00 |
|
Elvin Efendi
|
73e659f5fc
|
improve certificate configuration detection per request
|
2019-09-24 21:17:22 -04:00 |
|
Elvin Efendi
|
c5a8357f1d
|
handle hsts header injection in lua
|
2019-09-24 21:17:22 -04:00 |
|
Elvin Efendi
|
8c64b12a96
|
refactor force ssl redirect logic
|
2019-09-24 14:57:52 -04:00 |
|
Elvin Efendi
|
87e962682f
|
properly parse x-forwarded-host
|
2019-03-31 15:10:45 -04:00 |
|
Elvin Efendi
|
496ff07bf1
|
replace some of the Nginx configuration to Lua code
|
2019-03-31 12:04:52 -04:00 |
|
WenMing
|
8ea7501d8b
|
added more error info and keep test cases.
|
2019-01-21 17:32:18 +08:00 |
|
WenMing
|
c782f22c5d
|
fixed test case for math.randomseed.
|
2019-01-18 10:08:33 +08:00 |
|
WenMing
|
011062967a
|
bugfix: fixed duplicated seeds.
ngx.time() + ngx.worker.pid() maybe get duplicated seeds. get from /dev/urandom first.
|
2019-01-18 00:21:25 +08:00 |
|
Elvin Efendi
|
4896b064ca
|
lua randomseed per worker
|
2018-12-20 17:09:29 +04:00 |
|