summaryrefslogtreecommitdiff
path: root/hosts/cirrus/nextcloud-proxy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cirrus/nextcloud-proxy.nix')
-rw-r--r--hosts/cirrus/nextcloud-proxy.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/hosts/cirrus/nextcloud-proxy.nix b/hosts/cirrus/nextcloud-proxy.nix
index 7a4fa67..3b5166a 100644
--- a/hosts/cirrus/nextcloud-proxy.nix
+++ b/hosts/cirrus/nextcloud-proxy.nix
@@ -48,5 +48,17 @@
};
};
};
+ "news.oxapentane.com" = {
+ enableACME = true;
+ forceSSL = true;
+ extraConfig = ''
+ client_max_body_size 32M;
+ '';
+ locations = {
+ "/" = {
+ proxyPass = "http://10.34.45.102:8080";
+ };
+ };
+ };
};
}