summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-05-16 10:46:33 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-05-16 10:46:33 -0400
commitfe35404d2c843bf6f20b5ceaf9b8e6418085f0cd (patch)
tree94dc10518349baa8bfb95b507edb6b4648dbcb3d /config
parent20cb73a525c418fc21466ea4ad5f14910d30e05a (diff)
update nextcloud
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 8f008d1..47bf4a3 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -133,7 +133,7 @@
"git.orbekk.com" = template // {
locations."/".proxyPass = "http://localhost:11103";
};
- nextcloud = template;
+ "nextcloud.orbekk.com" = template;
};
};
}