Skip to content

Commit e505583

Browse files
author
Bryan Latten
committed
SIGHUP: ignore on terminal disconnect
- Removed duplicate gitkeep file for folder
1 parent 0666815 commit e505583

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)