Apparently we need an 'events' section?
This commit is contained in:
parent
18b5cbfe72
commit
e8336e88ee
|
@ -17,6 +17,10 @@ let
|
||||||
config.instance.build-seed);
|
config.instance.build-seed);
|
||||||
|
|
||||||
proxyConf = pkgs.writeText "mastodon-nginx.conf" ''
|
proxyConf = pkgs.writeText "mastodon-nginx.conf" ''
|
||||||
|
events {
|
||||||
|
worker_connections 1024;
|
||||||
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server web:3000 fail_timeout=0;
|
server web:3000 fail_timeout=0;
|
||||||
|
|
Loading…
Reference in New Issue