Appease nginx with this additional config

This commit is contained in:
decentral1se
2021-04-27 13:15:26 +02:00
parent 5a9d45a148
commit bb551e60d6

View File

@ -1,3 +1,9 @@
user www-data;
events {
worker_connections 768;
}
http {
upstream collabora-upstream {
server app:9980;