diff options
Diffstat (limited to 'modules/www.nix')
| -rw-r--r-- | modules/www.nix | 3 |
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; + ''; }; }; }; |
