diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2021-05-16 10:46:33 -0400 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2021-05-16 10:46:33 -0400 |
| commit | fe35404d2c843bf6f20b5ceaf9b8e6418085f0cd (patch) | |
| tree | 94dc10518349baa8bfb95b507edb6b4648dbcb3d /config | |
| parent | 20cb73a525c418fc21466ea4ad5f14910d30e05a (diff) | |
update nextcloud
Diffstat (limited to 'config')
| -rw-r--r-- | config/web-server.nix | 2 |
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; }; }; } |
