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 1f7a467 commit 6ea76deCopy full SHA for 6ea76de
templates/nginx.conf
@@ -20,7 +20,11 @@ error_log /var/log/nginx/error.log;
20
pid /run/nginx.pid;
21
22
# Load dynamic modules. See /usr/share/nginx/README.dynamic.
23
+{% if ansible_os_family == 'Debian' %}
24
+include /etc/nginx/modules-enabled/*.conf;
25
+{% else %}
26
include /usr/share/nginx/modules/*.conf;
27
+{% endif %}
28
29
events {
30
# Sets the maximum number of simultaneous connections that can be opened by
0 commit comments