From 01781c38bd499db3efd3dfd0660e66e51af0f78c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Dec 2022 15:28:44 +0000 Subject: [PATCH] turn off err log for checkstatus --- conf.d/checkstatus.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/checkstatus.conf b/conf.d/checkstatus.conf index 2f60d1e..cccd7c3 100644 --- a/conf.d/checkstatus.conf +++ b/conf.d/checkstatus.conf @@ -5,6 +5,7 @@ server { include snippets/lets-encrypt.conf; root /var/www/checkstatus; + error_log off; index index.html index.php index.cgi index.py index.sh index.pl index.lua; ssi on; location ~ (\.cgi|\.py|\.sh|\.pl|\.lua|\/cgi-bin)$ {