We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3827ad + 1c5190f commit 4cc0c46Copy full SHA for 4cc0c46
Dockerfile
@@ -13,4 +13,8 @@ ENV WORKER_PROCESSES auto
13
COPY files/run.sh /
14
COPY files/nginx.conf.tmpl /
15
16
+# use SIGQUIT for graceful shutdown
17
+# c.f. http://nginx.org/en/docs/control.html
18
+STOPSIGNAL SIGQUIT
19
+
20
ENTRYPOINT ["/run.sh"]
0 commit comments