docker-nginx-vod-module icon indicating copy to clipboard operation
docker-nginx-vod-module copied to clipboard

`envsubst ` distroy the log_format

Open yujiaao opened this issue 1 year ago • 0 comments

after substitute, the log_format become unusable:

before:

  log_format  main  '$remote_addr $remote_user [$time_local] "$request" '
                '$status "$http_referer" "$http_user_agent"';

after

   log_format  main  '  [] "" '
                ' "" ""';

yujiaao avatar Oct 13 '22 12:10 yujiaao