-
-
Notifications
You must be signed in to change notification settings - Fork 280
Closed as not planned
Closed as not planned
Copy link
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
root@2c4728d768bc:/config/etc/letsencrypt/renewal-hooks/pre# cat 10-nginx
#!/usr/bin/with-contenv bash
shellcheck shell=bash
shellcheck source=/dev/null
. /config/.donoteditthisfile.conf
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
if pgrep -f "nginx:" >/dev/null; then
s6-svc -d /run/service/svc-nginx
fi
fi
Will shut down nginx when needed the most, letsencrypt http-01 validation requests gets resetted and fail !
Expected Behavior
NA
Steps To Reproduce
Install swag on Unraid
Environment
- OS: UNRAID
- How docker service was installed:
Community downloadCPU architecture
x86-64
Docker creation
NAContainer logs
NAMetadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right
Type
Projects
Status
Done