diff options
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"; }; |
