Browse Source

missprint

OBT-SYSADM\tomishinets 6 năm trước cách đây
mục cha
commit
6d596df21f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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