Update server/nginx.nix
This commit is contained in:
parent
ea50efa417
commit
08f4983d69
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue