3 lines
99 B
Go Template
Raw Permalink Normal View History

2023-06-13 09:12:30 +02:00
# logging
access_log /dev/stdout;
error_log stderr {{ env.Getenv "NGINX_ERROR_LOG_LEVEL" "warn" }};