summary refs log tree commit diff
path: root/modules/www.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/www.nix')
-rw-r--r--modules/www.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/www.nix b/modules/www.nix
index c50019a..7ce880b 100644
--- a/modules/www.nix
+++ b/modules/www.nix
@@ -47,6 +47,9 @@ in
         root = "/var/www/html";
         forceSSL = true;
         enableACME = true;
+        extraConfig = ''
+          access_log /var/log/nginx/base.access.log json_combined;
+        '';
       };
     };
   };