From 8d5fec5a096ecaf3710626513dc12d0cfc6abb5f Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 4 Jun 2020 09:36:45 +1200 Subject: [PATCH] Collabora still being a nuisance --- manuscript/recipes/collabora-online.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuscript/recipes/collabora-online.md b/manuscript/recipes/collabora-online.md index e1023be..c2aa6bd 100644 --- a/manuscript/recipes/collabora-online.md +++ b/manuscript/recipes/collabora-online.md @@ -92,7 +92,8 @@ services: ### Create nginx.conf -Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above. +Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above: + ``` upstream collabora-upstream { @@ -142,6 +143,7 @@ server { proxy_set_header Host $http_host; } } + ``` ### Create loolwsd.xml