Files
openstapps/backend/proxy/fixtures/hiddenRoute.template

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;
}