forked from coop-cloud/collabora
Appease nginx with this additional config
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
user www-data;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
}
|
||||
|
||||
http {
|
||||
upstream collabora-upstream {
|
||||
server app:9980;
|
||||
|
Reference in New Issue
Block a user