From af87bd7b2d6990c17ecb081bee72f8e576fb61c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Mon, 1 Jan 2018 20:30:27 +0100 Subject: [PATCH] Update template --- static/raws/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/raws/template b/static/raws/template index 5bbf197..eb009f5 100644 --- a/static/raws/template +++ b/static/raws/template @@ -13,7 +13,7 @@ server { CheckRule "$TRAVERSAL >= 4" BLOCK; CheckRule "$EVADE >= 4" BLOCK; CheckRule "$XSS >= 8" BLOCK; - access_log /hostdata/raws.com/logs/access.log upstream_time; + access_log /hostdata/raws.com/logs/access.log main; error_log /hostdata/raws.com/logs/error.log; try_files $uri $uri/ =404; }