mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-16 11:16:20 +00:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
location {{{ route }}} {
|
|
|
|
# use our custom request limit and allow bursts
|
|
# deliver them with no queuing delay
|
|
limit_req zone=customstappslimit burst=20;
|
|
|
|
return 404;
|
|
} |