Switch back to using nix-built content root

This commit is contained in:
Jez Cope 2021-09-27 21:26:39 +01:00
parent 8ef51cb9de
commit 40419cf801
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
enableACME = true;
forceSSL = true;
# root = self.defaultPackage.${pkgs.system};
root = "/srv/www/erambler.co.uk";
root = self.erambler.${pkgs.system};
extraConfig = ''
rewrite ^/.well-known/(host-meta|webfinger).* https://fed.brid.gy$request_uri redirect;
'';