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 ab1f146 commit b5deb63Copy full SHA for b5deb63
VERSION
@@ -1 +1 @@
1
-5.1.23
+5.1.24
overlay/usr/bin/bf/ssl-cleanup
@@ -145,4 +145,13 @@ for CFG in "${NGINX_CONFIGS[@]}" ; do
145
146
done
147
148
+
149
+#======================================================================================================================
150
+# If mode is 1 something may have been deleted so we need to reload Nginx.
151
152
153
+if [ "${MODE}" = "1" ] ; then
154
+ nginx-reload
155
+fi
156
157
bf-done
0 commit comments