Apparently we need an 'events' section?

This commit is contained in:
niten 2023-07-26 17:26:11 -07:00
parent 18b5cbfe72
commit e8336e88ee
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ let
config.instance.build-seed);
proxyConf = pkgs.writeText "mastodon-nginx.conf" ''
events {
worker_connections 1024;
}
http {
upstream backend {
server web:3000 fail_timeout=0;