Fix quotation
This commit is contained in:
parent
979c4ce47b
commit
0cdb3c6792
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ http {
|
|||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
server_tokens {{ nginx_server_token | default(off) }};
|
||||
server_tokens {{ nginx_server_token | default("off") }};
|
||||
|
||||
map_hash_max_size 4096;
|
||||
map_hash_bucket_size 128;
|
||||
|
@ -42,7 +42,7 @@ http {
|
|||
# Log no IP addresses
|
||||
# access_log /var/log/nginx/access.log noip if=$log_ip;
|
||||
|
||||
access_log {{ nginx_access_log | default(off) }};
|
||||
access_log {{ nginx_access_log | default("off") }};
|
||||
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
|
|
Loading…
Reference in a new issue