From 5e6798140ec3e3ff145729c849dd3ec724013b71 Mon Sep 17 00:00:00 2001 From: sym Date: Wed, 13 May 2020 21:24:46 +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 6ffbaa3..c218dde 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 cron/etc/init.d/nginx reload +* 2 * * * root /bin/bash /etc/init.d/nginx reload #* * * * * root sleep 10; echo "Nginx relaoded" >> /var/log/cron.log 2>&1 # Reload Nginx to reload the certificates (2am)