mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
npm
This commit is contained in:
parent
ef7a636c50
commit
80c270435b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ in
|
||||||
|
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
trusted_domains = [ nextcloudExternalDomain ];
|
trusted_domains = [ nextcloudExternalDomain "100.117.212.36" "homelab" ];
|
||||||
overwriteprotocol = "https"; # from Browser all traffic to Nextcloud will be HTTPS since Nginx terminates SSL
|
overwriteprotocol = "https"; # from Browser all traffic to Nextcloud will be HTTPS since Nginx terminates SSL
|
||||||
|
|
||||||
overwritehost = nextcloudExternalDomain; # Tell Nextcloud what your domain is
|
overwritehost = nextcloudExternalDomain; # Tell Nextcloud what your domain is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue