it's always the fun stuff
This commit is contained in:
parent
65f21e2e88
commit
cc7ac11755
|
@ -2,7 +2,7 @@
|
||||||
services.nginx.virtualHosts."nextcloud.vulpecula.zone" = {
|
services.nginx.virtualHosts."nextcloud.vulpecula.zone" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
# locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."nextcloud-admin-pass".text = "Devdevdev10!";
|
environment.etc."nextcloud-admin-pass".text = "Devdevdev10!";
|
||||||
|
|
Loading…
Reference in a new issue