packages/net/nginx/files/acme.hotplug
Glen Huang e84f651453 acme: use the hotplug system
Signed-off-by: Glen Huang <heyhgl@gmail.com>
2022-08-16 00:32:04 +02:00

3 lines
62 B
Text

if [ "$ACTION" = renewed ]; then
/etc/init.d/nginx reload
fi