Update server/nginx.nix

This commit is contained in:
Luna 2024-10-25 21:49:05 -04:00
parent ea50efa417
commit 08f4983d69

View file

@ -63,7 +63,10 @@
}; };
settings = { settings = {
trusted_proxies = [ "127.0.0.1" ]; trusted_proxies = [ "127.0.0.1" ];
trusted_domains = [ "nextcloud.lunamoonlight.xyz" ]; trusted_domains = [
"nextcloud.lunamoonlight.xyz"
"www.lunamoonlight.xyz" # Add this line
];
overwriteprotocol = "https"; overwriteprotocol = "https";
}; };
}; };