Skip to content

Commit 736bab0

Browse files
authored
Merge pull request #63 from bryanlatten/master
SIGHUP: ignore on terminal disconnect
2 parents 0666815 + e505583 commit 736bab0

File tree

2 files changed

+4
-0
lines changed
  • container/root/etc

2 files changed

+4
-0
lines changed

container/root/etc/services-available/nginx/run

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ trap -x
1313
}
1414
echo [sigterm-nginx] graceful shutdown complete
1515
}
16+
hup
17+
{
18+
echo [signhup-nginx] received, ignored
19+
}
1620
}
1721

1822
nginx -g "daemon off;"

container/root/etc/services.d/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)