summaryrefslogtreecommitdiff
path: root/hosts/cirrus/nextcloud-proxy.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-15 16:50:29 +0200
committerGrigory Shipunov2023-05-15 16:50:29 +0200
commit1ea959ffb66c8e27f9f6e48060023fa07db865af (patch)
treec02e45c1b40839f0db4852edb4de8aa85c1c8203 /hosts/cirrus/nextcloud-proxy.nix
parent2809a7e118b8273e2b656222f1d76c08824dcc14 (diff)
add news
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";
+ };
+ };
+ };
};
}