sso-containers/files/common/nginx/conf.d/log.conf.gotmpl

3 lines
99 B
Go Template

# logging
access_log /dev/stdout;
error_log stderr {{ env.Getenv "NGINX_ERROR_LOG_LEVEL" "warn" }};