mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
refactor: move proxy to monorepo
This commit is contained in:
8
backend/proxy/fixtures/hiddenRoute.template
Normal file
8
backend/proxy/fixtures/hiddenRoute.template
Normal file
@@ -0,0 +1,8 @@
|
||||
location {{{ route }}} {
|
||||
|
||||
# use our custom request limit and allow bursts
|
||||
# deliver them with no queuing delay
|
||||
limit_req zone=customstappslimit burst=20;
|
||||
|
||||
return 404;
|
||||
}
|
||||
Reference in New Issue
Block a user