From a392d39aed4ed50ce78e26ae7fec3f5d95087460 Mon Sep 17 00:00:00 2001 From: Nickolay Kharchevin Date: Tue, 3 Dec 2019 11:04:44 +0200 Subject: [PATCH] NO-REF: typo fix Error log should be redirected to `/dev/stdout`, not `/dev/stdou` btw, thanks a lot for your repo --- nginx.non-root.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.non-root.conf b/nginx.non-root.conf index 01c42d4..519e659 100644 --- a/nginx.non-root.conf +++ b/nginx.non-root.conf @@ -29,7 +29,7 @@ http { root /usr/share/nginx/html; access_log /dev/stdout; - error_log /dev/stdou; + error_log /dev/stdout; } }