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 7945c19 commit f435e49Copy full SHA for f435e49
nginx/manager.sh
@@ -17,8 +17,8 @@ else
17
envsubst '${DOMAIN}' < /etc/nginx/nginx.prod.conf > /etc/nginx/conf.d/default.conf
18
fi
19
20
-
21
-inotifywait -m -e close_write /etc/nginx/ |
+# Monitor /etc/nginx/ and /etc/letsencrypt/ for configuration or SSL changes
+inotifywait -m -e close_write /etc/nginx/ /etc/letsencrypt/ |
22
while read path action file; do
23
echo "Changes in nginx configuration detected, reloading nginx!"
24
nginx -s reload
0 commit comments