From e84f6514538f0638507ce8066f801374db6f4150 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Sat, 29 Jan 2022 20:54:35 +0800 Subject: acme: use the hotplug system Signed-off-by: Glen Huang --- net/nginx/files/acme.hotplug | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/nginx/files/acme.hotplug (limited to 'net/nginx/files') diff --git a/net/nginx/files/acme.hotplug b/net/nginx/files/acme.hotplug new file mode 100644 index 000000000..74f1448d7 --- /dev/null +++ b/net/nginx/files/acme.hotplug @@ -0,0 +1,3 @@ +if [ "$ACTION" = renewed ]; then + /etc/init.d/nginx reload +fi -- cgit v1.2.3