base.nix: hotfix for hotfix for nginx on bicep (3352e48f)

Turns out the settings were in biceps local nginx config
This commit is contained in:
2024-04-11 20:41:02 +02:00
parent 1919da7a1c
commit 36b7087a3f
2 changed files with 3 additions and 13 deletions

View File

@@ -11,15 +11,5 @@
"127.0.0.2"
"[::1]"
];
appendConfig = ''
worker_processes 8;
worker_rlimit_nofile 8192;
'';
eventsConfig = ''
multi_accept on;
worker_connections 4096;
'';
};
}