base.nix: hotfix for hotfix for nginx on bicep (3352e48f
)
Some checks failed
Eval nix flake / evals (push) Failing after 1m49s
Some checks failed
Eval nix flake / evals (push) Failing after 1m49s
Turns out the settings were in biceps local nginx config
This commit is contained in:
@@ -11,15 +11,5 @@
|
||||
"127.0.0.2"
|
||||
"[::1]"
|
||||
];
|
||||
|
||||
appendConfig = ''
|
||||
worker_processes 8;
|
||||
worker_rlimit_nofile 8192;
|
||||
'';
|
||||
|
||||
eventsConfig = ''
|
||||
multi_accept on;
|
||||
worker_connections 4096;
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user