From 3cfba2317a72d6eeac445812619af62132bd8a22 Mon Sep 17 00:00:00 2001 From: sym Date: Wed, 13 May 2020 23:04:06 +0200 Subject: [PATCH] Update nginx-reload.cron --- ldap-overleaf-sl/nginx/nginx-reload.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap-overleaf-sl/nginx/nginx-reload.cron b/ldap-overleaf-sl/nginx/nginx-reload.cron index c218dde..bab52b6 100644 --- a/ldap-overleaf-sl/nginx/nginx-reload.cron +++ b/ldap-overleaf-sl/nginx/nginx-reload.cron @@ -1,4 +1,4 @@ -* 2 * * * root /bin/bash /etc/init.d/nginx reload +* 2 * * * root /etc/init.d/nginx reload #* * * * * root sleep 10; echo "Nginx relaoded" >> /var/log/cron.log 2>&1 # Reload Nginx to reload the certificates (2am)