OBT-SYSADM\tomishinets 6 vuotta sitten
vanhempi
commit
6d596df21f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      healthcheck.sh

+ 1 - 1
healthcheck.sh

@@ -7,4 +7,4 @@ renewal() {
 file=`find /tmp -name renewal -type f -mtime +1`
 if [[ -z ${file} ]];then echo "Обновление сертификатов и ключей не требуется"; else renewal;fi
 
-curl -f http://localhost || exit 1
+curl -f http://127.0.0.1/.well-known || exit 1