diff --git a/hosts/by-name/servo/services/nginx/uninsane.org.nix b/hosts/by-name/servo/services/nginx/uninsane.org.nix index 73d8be57b..5607a4478 100644 --- a/hosts/by-name/servo/services/nginx/uninsane.org.nix +++ b/hosts/by-name/servo/services/nginx/uninsane.org.nix @@ -1,8 +1,4 @@ { pkgs, ... }: -let - # "public" log so requests show up in metrics - logfile = "/var/log/nginx/public.log"; -in { # web blog/personal site # alternative way to link stuff into the share: @@ -18,9 +14,10 @@ in # for OCSP stapling sslTrustedCertificate = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; - extraConfig = '' - access_log ${logfile} vcombined; - ''; + # extraConfig = '' + # # "public" log so requests show up in goaccess metrics + # access_log /var/log/nginx/public.log vcombined; + # ''; locations."/" = { root = "${pkgs.uninsane-dot-org}/share/uninsane-dot-org";