We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b98b3a commit d33df22Copy full SHA for d33df22
root/etc/s6-overlay/s6-rc.d/init-outdated-config/run
@@ -11,3 +11,9 @@ if [[ -f /config/nginx/ldap.conf ]]; then
11
Ensure your configs are updated and remove /config/nginx/ldap.conf
12
If you do not use this config, simply remove it."
13
fi
14
+if grep -qrle ' /etc/letsencrypt' /config/nginx; then
15
+ echo " The following nginx confs are using certificates from the obsolete location
16
+ /etc/letsencrypt and should be updated to point to /config/etc/letsencrypt
17
+ "
18
+ echo -n " " && grep -rle ' /etc/letsencrypt' /config/nginx
19
+fi
0 commit comments