This website requires JavaScript.
Explore
Help
Sign In
CadolesKube
/
sp-containers
Watch
14
Star
0
Fork
You've already forked sp-containers
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
master
sp-containers
/
files
/
common
/
healthcheck
/
check-nginx.sh
5 lines
89 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
set
-eu
wget --quiet --tries
=
1
--spider 127.0.0.1:8090/healthcheck
||
exit
1
;
Reference in New Issue
View Git Blame
Copy Permalink