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 d78aeca commit bd43720Copy full SHA for bd43720
CHANGELOG.md
@@ -25,6 +25,7 @@ BUG FIXES:
25
* Role was failing to uninstall NGINX App Protect DoS packages when the `nginx_app_protect_dos_state` was set to `absent`.
26
* Uninstallation scenario was unintentionally creating repository entries.
27
* Ansible check mode runs will no longer fail if NGINX has not yet been installed.
28
+* The `nginx_app_protect_timeout` setting previous only applied to service stop operations. Now includes both start and stop operations.
29
30
## 0.7.1 (February 16, 2022)
31
templates/nginx.service.override.conf.j2
@@ -1,3 +1,3 @@
1
[Service]
2
# Override default 90 second timeout
3
-TimeoutStopSec={{ nginx_app_protect_timeout }}
+TimeoutSec={{ nginx_app_protect_timeout }}
0 commit comments