aurweb/docker/health/nginx.sh
moson-mo 2150f8bc19
fix(docker): nginx health check
nginx health check always results in "unhealthy":

There is no such option "--no-verify" for curl.
We can use "-k" or "--insecure" for disabling SSL checks.

Signed-off-by: moson-mo <mo-son@mailbox.org>
2023-01-13 10:26:43 +01:00

2 lines
51 B
Bash
Executable file

#!/bin/bash
exec curl -k -q https://localhost:8444