Files
openstapps/fixtures/hiddenRoute.template
Anselm Stordeur fbe1a65cd1 feat: add proxy
2021-04-27 15:23:41 +02:00

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