From 08f4983d69ed220ac2115c418e14183b260d83ec Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 25 Oct 2024 21:49:05 -0400 Subject: [PATCH] Update server/nginx.nix --- server/nginx.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; }; };