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 343bc36 commit 544581aCopy full SHA for 544581a
README.md
@@ -34,6 +34,13 @@ versions of additional modules (as well as custom build options) via `config.yam
34
35
Build was tested with modules listed above with Nginx 1.18.0 and 1.19.3.
36
37
+# Automatic reloading Nginx on config change
38
+
39
+This project includes scripts which can watch Nginx config via inotify and reload Nginx
40
+on any changes. Not enabled (and even not included in image) by default.
41
42
+If you are interested, see in [AUTORELOAD.md](AUTORELOAD.md) how to enable and use it.
43
44
# FAQ
45
46
- **Does it support Alpine-based builds?** No. Sorry. Nginx-builder supports only RPM
0 commit comments