diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 0163c96..a8ebccf 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,12 @@ locations."/" = { root = "${pkg}"; }; + locations."/.well-known/" = { + extraConfig = '' + alias ${pkg}/.well-known/; + add_header Content-Type text/plain; + ''; + }; forceSSL = true; enableACME = true; }; |