Update
This commit is contained in:
parent
08b9ef2677
commit
14eeb7bd3a
@ -7,10 +7,15 @@
|
||||
package = pkgs.nextcloud29;
|
||||
hostName = "cloud.anotherhadi.com";
|
||||
config.adminpassFile = "/etc/nextcloudpwd";
|
||||
https = true;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8080";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user