From 96620ca79f93d97441b1b45f44d827c9c61be1f9 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Tue, 21 Mar 2017 09:44:49 +0000 Subject: [PATCH] Fix collabora example closes #55 --- .examples/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.examples/nginx.conf b/.examples/nginx.conf index ab5aae0..ef8603a 100644 --- a/.examples/nginx.conf +++ b/.examples/nginx.conf @@ -8,9 +8,6 @@ http { upstream backend { server app:9000; } - upstream collabora { - server collabora:9980; - } include /etc/nginx/mime.types; default_type application/octet-stream;