<div dir="ltr"><div>Hi,</div><div><br></div><div>If I create a variable, default to blank:</div><div><br></div><div>   map upstream_env $upstream_env {<br>       default "";<br>   }</div><div><br></div><div>and log it in access log (log_format has $upstream_env). I see a "-" in the log file, which is as expected, but for a 2-way SSL virtual host, I don't see the "-", just blank. Is that a bug? For now, if I change above map to :</div><div><br></div><div>   map upstream_env $upstream_env {<br>       default "-";<br>   }</div><div><br></div><div>I can then see the - in the access log for 2-way SSL virtual host.</div><div><br></div><div>Thanks!</div><div>Frank<br></div><div><br></div></div>