Changes between Initial Version and Version 1 of Ticket #2475
- Timestamp:
- 03/22/23 21:03:56 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2475 – Description
initial v1 1 1 The nginx.conf for reproducing looks like this: 2 2 3 ``` 3 {{{ 4 4 error_log /dev/stdout info; 5 5 pid /tmp/nginx/nginx.pid; … … 28 28 } 29 29 } 30 ``` 30 }}} 31 31 32 32 When `$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.