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 31beec2 commit 4ad659aCopy full SHA for 4ad659a
templates/nginx.conf.j2
@@ -72,10 +72,10 @@ http {
72
73
sendfile on;
74
75
-{% if nginx_main_template.http_settings.tcp_nopush is defined and nginx_main_template.tcp_nopush %}
+{% if nginx_main_template.http_settings.tcp_nopush is defined and nginx_main_template.http_settings.tcp_nopush %}
76
tcp_nopush on;
77
{% endif %}
78
-{% if nginx_main_template.http_settings.tcp_nodelay is defined and nginx_main_template.tcp_nodelay %}
+{% if nginx_main_template.http_settings.tcp_nodelay is defined and nginx_main_template.http_settings.tcp_nodelay %}
79
tcp_nodelay on;
80
81
0 commit comments