diff --git a/server/nginx.nix b/server/nginx.nix index 29afa12..6530b13 100644 --- a/server/nginx.nix +++ b/server/nginx.nix @@ -63,7 +63,10 @@ }; settings = { trusted_proxies = [ "127.0.0.1" ]; - trusted_domains = [ "nextcloud.lunamoonlight.xyz" ]; + trusted_domains = [ + "nextcloud.lunamoonlight.xyz" + "www.lunamoonlight.xyz" # Add this line + ]; overwriteprotocol = "https"; }; };