Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Oct 31, 2024
1 parent 06af77b commit 4f79679
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/docker-setup/inhibit.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function IncomingHttpRequestFilter(method, uri, ip, username, httpHeaders)
if string.match(uri, '/instances/')then
return false
end
return true
end

0 comments on commit 4f79679

Please sign in to comment.