diff --git a/nixos/nginx.nix b/nixos/nginx.nix index f826101..761a049 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -110,6 +110,17 @@ ''; }; }; + + "webdav.philippeterson.com" = { + serverName = "webdav.philippeterson.com"; + enableACME = true; + onlySSL = true; + + locations."/" = { + proxyPass = "http://127.0.0.1:8082/"; # pass through to webdav + }; + }; + "forge.quinefoundation.com-https" = { serverName = "forge.quinefoundation.com"; enableACME = true;