Switch back to static web root for nginx config

This commit is contained in:
Jez Cope 2021-09-24 09:31:09 +01:00
parent e075969731
commit 2d8fadb968
1 changed files with 2 additions and 1 deletions

View File

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