From c216b7d4fbb2139fd111cbe93f607796ddd666b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 6 Feb 2018 18:12:17 +0100 Subject: [PATCH] fix typo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 5c7bd83..d09ecfa 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,6 @@ worker_processes 1; env $LOG_LEVEL; -error_log /dev/stdout $LOG_LEVEL; +error_log /dev/stdout ${LOG_LEVEL}; events { worker_connections 1024;