From 5e4bf1268c266e63d0e92e845ad910a2103b86ff Mon Sep 17 00:00:00 2001 From: Roman Ilin Date: Mon, 15 Jun 2026 12:59:09 +0300 Subject: --- roles/host/templates/nginx-reload.sh.j2 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/host/templates/nginx-reload.sh.j2 (limited to 'roles/host/templates/nginx-reload.sh.j2') diff --git a/roles/host/templates/nginx-reload.sh.j2 b/roles/host/templates/nginx-reload.sh.j2 new file mode 100644 index 0000000..f248776 --- /dev/null +++ b/roles/host/templates/nginx-reload.sh.j2 @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +systemctl reload nginx -- cgit