diff options
Diffstat (limited to 'roles/host/templates/nginx-reload.sh.j2')
| -rw-r--r-- | roles/host/templates/nginx-reload.sh.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |