Appease nginx with this additional config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-04-27 13:15:26 +02:00
parent 5a9d45a148
commit bb551e60d6
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 6 additions and 0 deletions

View File

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