mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 10:45:57 +03:00
Allow self signed certs and increase a bit the timings
This commit is contained in:
@@ -4,5 +4,5 @@ if [ -z "$ROCKET_TLS"]
|
||||
then
|
||||
curl --fail http://localhost:${ROCKET_PORT:-"80"}/alive || exit 1
|
||||
else
|
||||
curl --fail https://localhost:${ROCKET_PORT:-"80"}/alive || exit 1
|
||||
curl --insecure --fail https://localhost:${ROCKET_PORT:-"80"}/alive || exit 1
|
||||
fi
|
Reference in New Issue
Block a user