From 0ed2febd06cbf1d4e0af957e2981296ea1b373ab Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 16 Dec 2023 12:12:20 -0500 Subject: ci: back to garnix once again i kinda miss hci but im done switching until i get infra for it --- systems/atlas/nginx.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'systems/atlas/nginx.nix') diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index fbf081a..03a6fc1 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -19,18 +19,12 @@ in { services.nginx = { enable = true; - clientMaxBodySize = "1250m"; - recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts = toVHosts { - cache = { - locations = mkProxy "/" "5000"; - }; - miniflux = { locations = mkProxy "/" "7000"; }; -- cgit v1.2.3