Skip to content

Commit

Permalink
Make fastcgi alloc fail (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 7, 2024
1 parent be37955 commit 0a9935c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ job "fastcgi" {

restart {
attempts = 0
mode = "fail"
}
}

Expand Down

0 comments on commit 0a9935c

Please sign in to comment.