From b77118ebc023931bb81025946f3e7f4e1cb615a2 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 17 Oct 2020 15:18:40 +0200 Subject: [PATCH] Fix nginx syntax error --- nixos/roles/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/default.nix b/nixos/roles/default.nix index fa380856..a4336fa1 100644 --- a/nixos/roles/default.nix +++ b/nixos/roles/default.nix @@ -99,7 +99,7 @@ recommendedGzipSettings = true; recommendedTlsSettings = true; clientMaxBodySize = "500m"; - appendConfig = "acces_log off;"; + appendConfig = "access_log off;"; }; }; programs = {