From 1ea959ffb66c8e27f9f6e48060023fa07db865af Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 15 May 2023 16:50:29 +0200 Subject: add news --- hosts/cirrus/nextcloud-proxy.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'hosts/cirrus/nextcloud-proxy.nix') 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"; + }; + }; + }; }; } -- cgit v1.3.1