diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index fa5fc10..02e8f79 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -1,3 +1,9 @@ +user www-data; + +events { + worker_connections 768; +} + http { upstream collabora-upstream { server app:9980;