|
|
If you want to use a custom access log format, you can set `LOG_FORMAT=xxx` on the proxy container.
|
|
If you want to use a custom access log format, you can set `LOG_FORMAT=xxx` on the proxy container.
|
|
|
With docker compose take care to escape the `$` character with `$$` to avoid variable interpolation. Example: `$remote_addr` becomes `$$remote_addr`.
|
|
With docker compose take care to escape the `$` character with `$$` to avoid variable interpolation. Example: `$remote_addr` becomes `$$remote_addr`.
|