Changes between Initial Version and Version 1 of Ticket #2475


Ignore:
Timestamp:
03/22/23 21:03:56 (14 months ago)
Author:
taoky@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2475 – Description

    initial v1  
    11The nginx.conf for reproducing looks like this:
    22
    3 ```
     3{{{
    44error_log /dev/stdout info;
    55pid /tmp/nginx/nginx.pid;
     
    2828    }
    2929}
    30 ```
     30}}}
    3131
    3232When `$123_test` is set to 0 in the server block, it will still write to /tmp/access.log as if it does not evaluate to "0". However, if changing its name to `$test_123`, nothing will be logged by access_log.