mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
2 lines
51 B
Bash
Executable file
2 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
exec curl -k -q https://localhost:8444
|