diff options
| author | seth <[email protected]> | 2023-12-16 12:12:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:09:49 -0500 |
| commit | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch) | |
| tree | c8a39869da8aad241c10571793eb33f516672319 /systems/atlas/nginx.nix | |
| parent | c648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff) | |
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
Diffstat (limited to 'systems/atlas/nginx.nix')
| -rw-r--r-- | systems/atlas/nginx.nix | 6 |
1 files changed, 0 insertions, 6 deletions
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"; }; |
