summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-07 17:38:53 +0100
committerJoe Carstairs <me@joeac.net>2026-09-07 17:38:53 +0100
commitc1ae5e365e37cf9235656da83612af821ca1a44f (patch)
tree56b0602ddd6a28210ba305cb1cbda09551f4fba4
parente79b1a8b6a2f0e892b56ee2d00ea1b9d56ab4083 (diff)
don't restart nginx when updating http
-rw-r--r--roles/http/templates/update_http1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/http/templates/update_http b/roles/http/templates/update_http
index 354dfd2..38f6bd7 100644
--- a/roles/http/templates/update_http
+++ b/roles/http/templates/update_http
@@ -5,5 +5,4 @@ git pull
if make -q
then
make
- rc-service nginx restart
fi