diff --git a/roles/mastodon/files/nginx_renewal_hook.sh b/roles/mastodon/files/nginx_renewal_hook.sh new file mode 100644 index 0000000..b2e991f --- /dev/null +++ b/roles/mastodon/files/nginx_renewal_hook.sh @@ -0,0 +1,2 @@ +#!/bin/sh +systemctl restart nginx \ No newline at end of file