summaryrefslogtreecommitdiff
path: root/systems/atlas/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/nginx.nix')
-rw-r--r--systems/atlas/nginx.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix
index dc40282..866b605 100644
--- a/systems/atlas/nginx.nix
+++ b/systems/atlas/nginx.nix
@@ -13,17 +13,12 @@ in {
services.nginx = {
enable = true;
- clientMaxBodySize = "2048m"; # 2GB
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
- "cache.${domain}" = {
- locations = mkProxy "/" "5000";
- };
-
"miniflux.${domain}" = {
locations = mkProxy "/" "7000";
};